onepieceking
Well-known member
- Joined
- Sep 20, 2006
- Messages
- 64
- Programming Experience
- 1-3
Hi,
I want to create a MS access database table on the fly using asp.net/vb.net. There will be 2 columns, one will store VarChar(20) and the other will store binary data.
So do I create it with this?
CREATE TABLE [TABLE1]
( [Data1] VarChar(20),
[Data2] OLE Object
)
Please advise me. Thanks.
I want to create a MS access database table on the fly using asp.net/vb.net. There will be 2 columns, one will store VarChar(20) and the other will store binary data.
So do I create it with this?
CREATE TABLE [TABLE1]
( [Data1] VarChar(20),
[Data2] OLE Object
)
Please advise me. Thanks.