Answered How to creat field in Table Ms Access

Mangore

Member
Joined
Jan 5, 2012
Messages
17
Programming Experience
Beginner
this code to create table in ms access
Dim cmd As New OleDbCommand("create table mytable (a string, b number)", conn)

how to create field in mytable
 
Back
Top