Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: How I Create Data Base Use Of VBScript


Message #1 by Anup G Shah <anupgshah@y...> on Sat, 7 Dec 2002 21:45:01 -0800 (PST)
Hello Sir , 

My Name is Anup G Shah. I am from India in Gujarat.I am Student of 
Master in Computer Application .I Want to create Data Base and Table in 
Ms-access via VBscript at server side.so That I want to hellp me i m 
wating your postive repplay

You should send me e-mail also. Thanks bye..




---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
Message #2 by "Ken Schaefer" <ken@a...> on Sun, 8 Dec 2002 22:25:02 +1100
Either use SQL (eg "CREATE TABLE...") - check your database's documentation
-or-
Use ADOX
http://msdn.microsoft.com/library/?url=/library/en-us/ado270/htm/admscadoapi
reference.asp?frame=true

VBScript doesn't allow you to create databases or tables.

Cheers
Ken

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Anup G Shah" <anupgshah@y...>
Subject: [asp_databases] How I Create Data Base Use Of VBScript


: My Name is Anup G Shah. I am from India in Gujarat.I am Student of
: Master in Computer Application .I Want to create Data Base and Table in
: Ms-access via VBscript at server side.so That I want to hellp me i m
: wating your postive repplay

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index