Connecting Tech Pros Worldwide Forums | Help | Site Map

how do I INSERT data into multiple tables at once?

Newbie
 
Join Date: Aug 2008
Posts: 19
#1: Sep 23 '08
hai to one and all...

I am using The VB.Net 2005 and SQL server2000 ..

I need to insert the Data into multiple tables at once...

if you know about this Concept please Reply quick

PRR PRR is offline
Moderator
 
Join Date: Dec 2007
Location: India
Posts: 700
#2: Sep 23 '08

re: how do I INSERT data into multiple tables at once?


Quote:

Originally Posted by varunkumarid

hai to one and all...

I am using The VB.Net 2005 and SQL server2000 ..

I need to insert the Data into multiple tables at once...

if you know about this Concept please Reply quick

strored proc is the way to go... for better control n security....
Check this
Reply