View Single Post
Old Aug 3rd, 2006, 12:13 AM   #2
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Never really bothered with access, but the method you use depends on which way you have coded how you connect to the db. the other really important things to look into are which version you are using. I've googled it, and here is what I found:

http://forums.aspfree.com/visual-bas...ing-39306.html

Note the:
vb6 Syntax (Toggle Plain Text)
  1. cmd.CommandText = "create table tnn1 (a varchar(10), b number)"

Where cmd is

vb6 Syntax (Toggle Plain Text)
  1. Dim cmd As New ADODB.Command
Booooze is offline   Reply With Quote