Create Table Query
-
hi my aim is to create a ms access database table using c#.net query for creating a table which i am using is create table tab ( name varchar(30), dateofbirth datetime, photo ole object ) now the error is coming at ole position please suggest me what database type should i replace from Ole object to get rid of the problem i will be heartly thankful to ......U....... regards sindhu tiwari
Always Innovative
-
hi my aim is to create a ms access database table using c#.net query for creating a table which i am using is create table tab ( name varchar(30), dateofbirth datetime, photo ole object ) now the error is coming at ole position please suggest me what database type should i replace from Ole object to get rid of the problem i will be heartly thankful to ......U....... regards sindhu tiwari
Always Innovative
use the key word image instead create table tab ( name varchar(30), dateofbirth datetime, photo image ) cheers Raz
/* Ghazi Hadi Al Wadi, PMP, ASQ SSGB, DBA */