create runtime(on fly )

  • Thread starter Thread starter kapil edynamic
  • Start date Start date
K

kapil edynamic

Hi all
can any body tell how to create runtime(on fly )
database in asp.net

thanks in advance.
kapil
 
Sure you can. You just have to set the CommandText to be SQL code needed to
create the database, tables, sps, etc. It's not that hard.

KS
 
Sure you can. You just have to set the CommandText to be SQL code
needed to create the database, tables, sps, etc. It's not that hard.

I guess i should have been more specific...

I thought he wanted to create a MS Access DB on the fly : )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top