|
Subject:
|
How to use create table command in VB.net
|
|
Posted By:
|
ahali
|
Post Date:
|
9/13/2005 2:23:46 AM
|
hi everybody please can anyone help me with the command of how to execute a create table command in vb.net form cause i cannot use nonquery i have tried scalar but its not giving any response please help ALLY HASSAN ALI allypk2000@msn.com
|
|
Reply By:
|
anubhav.kumar
|
Reply Date:
|
10/2/2005 8:36:45 AM
|
hi,
if you are using a rdbms (sql server or else) then create a stored procedure in which you can pass parameters for creating the table. then call this stored procedure from your vb.net code. this is just a hint. hope it will work for your situation
cheers
Anubhav Kumar
|
|
Reply By:
|
ahali
|
Reply Date:
|
2/21/2006 12:55:39 AM
|
Hi Anubhav, Thanks for the tip i will apply it immediately and try it in the code
ALLY HASSAN ALI
|