User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 16
1
2
3
4
5
6
11
>
Last
»
Showing results 1 to 25 of 393
Search took
2.60
seconds.
Search:
Posts Made By:
cuber_killua
Forum:
.NET Database and Reporting
01-26-2012, 07:07 PM
Replies:
0
MySQL and VB2010 Database Mirroring
Views:
519
Posted By
cuber_killua
MySQL and VB2010 Database Mirroring
hello,
can anyone please share me their knowledge with regards to database mirroring, especially in mysql..
1. what i want to know is, do i have to create a connection on my vb project to...
Forum:
.NET Database and Reporting
11-01-2011, 09:13 PM
Replies:
0
Timeout lapse error
Views:
324
Posted By
cuber_killua
Timeout lapse error
Please Help!!!
Dim newvalue As String = ""
str = ""
str = str & "Select intfee,intdec from inttrn where intidt>='2010-01-01' and intidt<='2011-10-31'"
cmd = New...
Forum:
.NET Interface and Graphics
05-15-2011, 07:45 PM
Replies:
4
Cemetery Mapping
Views:
1,520
Posted By
cuber_killua
Thanks for reply.. actualy it is not a school...
Thanks for reply.. actualy it is not a school project, this is for our company and this is just a part of the whole interment program.
And i am not asking someone to do it for me, i know the rules...
Forum:
.NET Interface and Graphics
05-09-2011, 09:18 PM
Replies:
4
Cemetery Mapping
Views:
1,520
Posted By
cuber_killua
there is a shape control in vb2010.. i'd like to...
there is a shape control in vb2010.. i'd like to use ovalshape for every lot..
Forum:
.NET Interface and Graphics
05-09-2011, 07:00 PM
Replies:
4
Cemetery Mapping
Views:
1,520
Posted By
cuber_killua
Cemetery Mapping
Hi guys!
Ive been studying this project for a months now, i was assigned to develop this kind of project but unluckily untill now i dont know how do it. i came up with so many plans to do it but...
Forum:
.NET Interface and Graphics
04-05-2011, 06:46 PM
Replies:
3
Image Map
Views:
1,910
Posted By
cuber_killua
wow.. tnx for the info.. but how can i use...
wow.. tnx for the info.. but how can i use rectangle class?.. do i have to create it or there is a built in rectangle class in vb.net?..
i am going to create a system for a memorial park, so...
Forum:
.NET Interface and Graphics
04-04-2011, 07:20 PM
Replies:
3
Image Map
Views:
1,910
Posted By
cuber_killua
Image Map
Hi guys!
Just want to know if it is possible to do an image mapping in VB2010?..
tnx and god bless..
Forum:
.NET Database and Reporting
03-10-2011, 05:19 PM
Replies:
2
Database for Multi-user Application
Views:
1,212
Posted By
cuber_killua
yeah thtas what i am telling to my superior, that...
yeah thtas what i am telling to my superior, that we dont have to spend lots of money just for converting an old AS400 system to a new system, infact were just handling datas such as for interment,...
Forum:
.NET Database and Reporting
03-07-2011, 06:24 PM
Replies:
8
How to search database
Views:
1,282
Posted By
cuber_killua
this is from your code: dv.RowFilter =...
this is from your code:
dv.RowFilter = "WHERE Forename ='" & txtFirstName.Text & "OR Lastname ='" & txtLastName.Text & "'"
how about adding aa single quote before the OR so that txtfirstname...
Forum:
.NET Database and Reporting
03-07-2011, 06:14 PM
Replies:
3
SQL Query doesnt return right value
Views:
549
Posted By
cuber_killua
Thanks for the help.. its ok now guys.. Qua is...
Thanks for the help.. its ok now guys.. Qua is right i forgot to format the date to match the date format of MySQL, i didnt notice that part... it should be;
format(datebegin, "yyyy-MM-dd")
...
Forum:
.NET Database and Reporting
03-02-2011, 08:27 PM
Replies:
8
How to search database
Views:
1,282
Posted By
cuber_killua
str = "" str = str & "SELECT Name FROM...
str = ""
str = str & "SELECT Name FROM Prescriber WHERE Name = '" & txtprename.Text & "'"
cmd = new mysqlcommand
cmd.connection = cn
cmd.commandtext = str
reader = cmd.executereader
while...
Forum:
.NET Database and Reporting
03-02-2011, 08:16 PM
Replies:
3
SQL Query doesnt return right value
Views:
549
Posted By
cuber_killua
SQL Query doesnt return right value
hi guys!!! can you please help with this query, it seems that this query doesnt read the begindate and only displays record with enddate.
str = ""
str = str & "Select sum(quantity) as...
Forum:
.NET Database and Reporting
01-28-2011, 02:10 AM
Replies:
2
Database for Multi-user Application
Views:
1,212
Posted By
cuber_killua
Database for Multi-user Application
hi,
i just want some opinnion or suggestions regarding database softwares. we are going to develop a system for 20 or less users, i am planning to use MYSQL community server as our database to...
Forum:
.NET Database and Reporting
11-10-2010, 01:40 AM
Replies:
6
Question about Msgbox in For loop
Views:
493
Posted By
cuber_killua
isn't it something like this: Dim i As...
isn't it something like this:
Dim i As Integer
For i = 0 To Table1DataGridView.Rows.Count - 1
Dim row As DataGridViewRow
row = Table1DataGridView.Rows(i)
...
Forum:
.NET Database and Reporting
11-06-2010, 12:24 AM
Replies:
0
crystaldecision.crystalreport.engine in vb2010
Views:
663
Posted By
cuber_killua
crystaldecision.crystalreport.engine in vb2010
hi guys.. i already installed the crystal report beta 2 of sap for vs2010, but i cant see any reference regarding that.. i want to try the old way that the vb.net uses but i cant see this reference;...
Forum:
.NET Database and Reporting
11-05-2010, 11:36 PM
Replies:
6
Question about Msgbox in For loop
Views:
493
Posted By
cuber_killua
i think what flyguy means is, just change all...
i think what flyguy means is, just change all your msgbox to just a string var that holds the msg you want then call it after the loop.. i think you dont have to google it.. :D
Forum:
.NET Database and Reporting
11-03-2010, 11:17 PM
Replies:
0
Crystal Report Tutorial
Views:
413
Posted By
cuber_killua
Crystal Report Tutorial
hello guys.. i am searching the net for some help or at least basic tutorial for vb 2010 crystal report.. hope that there is someone here who can help me, but not only me, for sure there are lots of...
Forum:
.NET General
09-29-2010, 07:20 PM
Replies:
1
control creates another same event
Views:
166
Posted By
cuber_killua
control creates another same event
hi guys i have a problem with my control..
i already finish this module but while doing 2nd module i notice that my 1st module doesnt work anymore, then i checked my code, i double click the control...
Forum:
.NET Database and Reporting
09-23-2010, 06:01 PM
Replies:
0
Update SQL Statement with sub queries
Views:
312
Posted By
cuber_killua
Update SQL Statement with sub queries
hi guys..
can you please analyze this sql statement if it will work..
update table1 set qty=(select sum(qty) from table2 where itemcode=reader.item) + (select qty from table1 where...
Forum:
.NET Database and Reporting
09-23-2010, 05:48 PM
Replies:
9
nested data reader
Views:
957
Posted By
cuber_killua
i just change the way i update my stocks.. what i...
i just change the way i update my stocks.. what i want to do is just add the total quantity of newly received items to the tables that has the same items, heres the changes to code i made..
...
Forum:
.NET Database and Reporting
09-23-2010, 05:45 PM
Replies:
9
nested data reader
Views:
957
Posted By
cuber_killua
heres how i declare 2 connections..: :D:D:D ...
heres how i declare 2 connections..: :D:D:D
host = GetSetting(Application.ProductName, Application.ProductName, "Host")
If host = "" Then
host = InputBox("Enter Server...
Forum:
.NET Database and Reporting
09-23-2010, 06:57 AM
Replies:
9
nested data reader
Views:
957
Posted By
cuber_killua
yeah... i use separate reader for different...
yeah... i use separate reader for different connections.. will it really work, though they have the same connection the only difference is the variable for each connection, but the value is the...
Forum:
.NET Database and Reporting
09-23-2010, 04:10 AM
Replies:
9
nested data reader
Views:
957
Posted By
cuber_killua
weeewww. i tried using multiple connection but...
weeewww. i tried using multiple connection but still same problem exist... maybe i should try nested data adapter next time, coz nested data reader doesnt work..
help.. help.. help.....
Forum:
.NET Database and Reporting
09-23-2010, 03:45 AM
Replies:
9
nested data reader
Views:
957
Posted By
cuber_killua
actually i am thinking of that idea at first, but...
actually i am thinking of that idea at first, but i opted not to do that because i am not sure if it is ok to create multiple connections..
but if you are going to think, the second or more...
Forum:
.NET Database and Reporting
09-21-2010, 12:54 AM
Replies:
9
nested data reader
Views:
957
Posted By
cuber_killua
nested data reader
hello guys..i am using vb2010 and mysql as database with mysql connector 6.1, but the problem is i can only use datareader only once, if i am going to try a nested data reader an error occured...
Showing results 1 to 25 of 393
Page 1 of 16
1
2
3
4
5
6
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Announcements
Announcements
Visual Basic .NET (2002/2003/2005/2008, including Express editions)
.NET Knowledge Base
Tutors' Corner
Code Library
ASP.Net
.NET Communications
.NET Game Programming
Managed DirectX
.NET Office Automation
.NET File I/O and Registry
.NET Database and Reporting
.NET Interface and Graphics
.NET Installation / Documentation
.NET General
Xtreme .NET Talk
Legacy Visual Basic (VB 4/5/6)
Knowledge Base
Tutors' Corner
Code Library
Communications
Game Programming
DirectX
VBA / Office Integration
Excel
Word, PowerPoint, Outlook, and Other Office Products
API
File I/O and Registry
Database and Reporting
Interface and Graphics
Installation / Documentation
General
Other Languages
Web Programming
Miscellaneous Languages
General Discussion
Tech Discussions
Random Thoughts
Forum Questions / Concerns / Comments
Advertisement:
Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
Home
Register
Calendar
Today's Posts
FAQ
Archive
© Xtremevbtalk.com 2001 - 2013. All Rights Reserved.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.