Insert related tables into database.

  • Thread starter Thread starter kashifahmed.bse.mg
  • Start date Start date
K

kashifahmed.bse.mg

Hello All,

I would like to insert dynamically created related tables by using
datatable collections in ado.net. So can anyone figure out which
procedure is usefull to do this task. Example will show on requirement.

thanks in advance
KASHIF AHMED
 
Kashif,

I can give thousand answers on your question which are probably wrong.

Can you explain it a little bit more including your subject.

AFAIK can you only "insert" rows in a database and "create" tables and its
columns.

Cor
 
Subject: Adding dynamically create tables into the database.

Cor

I am creating complete two new tables and create a relationship between
too by using dataset (or we can create without the use of dataset).
Then important is that i want this tables alongwith relationship add
(insert) into a database which have already some tables too.

can u explain me how can i solve out this problem?

thanks in advance

kashif ahmed
 
Kashifahemed,

I wish I could, it seems to be on the role for the next version of Visual
Studio Net. Which does not guarantee that it will be implemented this time.

Does not help much however in my opinion is it always nice to know.

Cor
 
Back
Top