Click here to Skip to main content
15,913,487 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralOutOfMemoryException Pin
gthompson200524-Jul-04 16:57
gthompson200524-Jul-04 16:57 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak25-Jul-04 2:07
mveDave Kreskowiak25-Jul-04 2:07 
GeneralRe: OutOfMemoryException Pin
gthompson200525-Jul-04 4:17
gthompson200525-Jul-04 4:17 
GeneralRe: OutOfMemoryException Pin
Dave Kreskowiak25-Jul-04 5:31
mveDave Kreskowiak25-Jul-04 5:31 
GeneralRe: OutOfMemoryException Pin
gthompson200525-Jul-04 6:17
gthompson200525-Jul-04 6:17 
GeneralSAVE DATA program in VB.NET Pin
Ahmad Rifai Yusuf24-Jul-04 15:44
Ahmad Rifai Yusuf24-Jul-04 15:44 
GeneralRe: SAVE DATA program in VB.NET Pin
Dave Kreskowiak25-Jul-04 2:09
mveDave Kreskowiak25-Jul-04 2:09 
GeneralRe: SAVE DATA program in VB.NET Pin
HiltonG27-Jul-04 1:11
HiltonG27-Jul-04 1:11 
First of all, try something like "Is the data correct?".

secondly, you will need to add
drcustoms("cstphno") = txtcstphno.text
--> dtcustoms.rows.add(drcustoms)

finally, this will just be storing the data in a disconnected datatable. To send the data back to the database, you will need to
a)create a database command,
build a sql string (or preferably use a stored procedure)
execute the command

or b) use the Update method of a dataAdapter


Visit my .Net blog at http://hiltong.blogspot.com
GeneralSAVE DATA program in VB.NET Pin
Ahmad Rifai Yusuf24-Jul-04 15:24
Ahmad Rifai Yusuf24-Jul-04 15:24 
General.net framework Pin
fo0lish24-Jul-04 6:19
fo0lish24-Jul-04 6:19 
GeneralRe: .net framework Pin
Dave Kreskowiak24-Jul-04 9:08
mveDave Kreskowiak24-Jul-04 9:08 
GeneralRe: .net framework Pin
fo0lish24-Jul-04 10:06
fo0lish24-Jul-04 10:06 
GeneralRe: .net framework Pin
Dave Kreskowiak24-Jul-04 15:05
mveDave Kreskowiak24-Jul-04 15:05 
GeneralRe: .net framework Pin
fo0lish24-Jul-04 15:54
fo0lish24-Jul-04 15:54 
GeneralRe: .net framework Pin
Dave Kreskowiak25-Jul-04 2:02
mveDave Kreskowiak25-Jul-04 2:02 
GeneralMDI with main menu Pin
len_ems23-Jul-04 19:16
len_ems23-Jul-04 19:16 
GeneralRe: MDI with main menu Pin
Dave Kreskowiak24-Jul-04 2:49
mveDave Kreskowiak24-Jul-04 2:49 
GeneralRe: MDI with main menu Pin
len_ems25-Jul-04 19:42
len_ems25-Jul-04 19:42 
Generalprogramming network... Pin
donnylie23-Jul-04 18:24
donnylie23-Jul-04 18:24 
GeneralRe: programming network... Pin
Dave Kreskowiak24-Jul-04 2:50
mveDave Kreskowiak24-Jul-04 2:50 
GeneralArguments and processes Pin
mrdance23-Jul-04 15:23
mrdance23-Jul-04 15:23 
GeneralRe: Arguments and processes Pin
Dave Kreskowiak24-Jul-04 3:09
mveDave Kreskowiak24-Jul-04 3:09 
GeneralRe: Arguments and processes Pin
mrdance24-Jul-04 3:30
mrdance24-Jul-04 3:30 
Generalin vb.net Pin
ahmad_yossef23-Jul-04 5:52
ahmad_yossef23-Jul-04 5:52 
GeneralRe: in vb.net Pin
Michael P Butler23-Jul-04 6:09
Michael P Butler23-Jul-04 6:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.