Click here to Skip to main content
16,004,944 members
Home / Discussions / Database
   

Database

 
AnswerRe: please Pin
Mohamad Al Husseiny31-Aug-05 11:29
Mohamad Al Husseiny31-Aug-05 11:29 
Questioni ned help soon please Pin
alonso2k8131-Aug-05 9:28
alonso2k8131-Aug-05 9:28 
AnswerRe: i ned help soon please Pin
Mohamad Al Husseiny31-Aug-05 11:11
Mohamad Al Husseiny31-Aug-05 11:11 
GeneralRe: i ned help soon please Pin
airbus38031-Aug-05 11:48
airbus38031-Aug-05 11:48 
QuestionSQL Server 2005 ADO.NET 2.0 table creation Pin
Ricebot31-Aug-05 8:48
Ricebot31-Aug-05 8:48 
QuestionHelp Me on this query! Pin
arashrajaei31-Aug-05 7:24
professionalarashrajaei31-Aug-05 7:24 
AnswerRe: Help Me on this query! Pin
softty31-Aug-05 8:38
softty31-Aug-05 8:38 
AnswerRe: Help Me on this query! Pin
Mandar Patankar31-Aug-05 8:39
Mandar Patankar31-Aug-05 8:39 
Hi there,

As far as my knowledge goes, I dont think so you can create tables through queries in an access database.However there is an alternate way for this using the ADOX object.I am not aware of what programming language you are working on but I am quite sure if it works with asp it has to work on any microsoft platform (.Net,vb6) .

Dim AccessTable as ADOX.Table
AccessTable.Name = "Table1"
AccessTable.Columns.Append ("Column1", adInteger)
AccessTable.Columns.Append "Column2", adVarWChar, 30
AccessTable.Keys.Append ("PK_Column1", 1, "Column1") 'Add a primary key

Hope this helps






Mandar Patankar
Microsoft Certified professional
AnswerRe: Help Me on this query! Pin
airbus38031-Aug-05 10:15
airbus38031-Aug-05 10:15 
AnswerRe: Help Me on this query! Pin
arashrajaei1-Sep-05 4:13
professionalarashrajaei1-Sep-05 4:13 
GeneralRe: Help Me on this query! Pin
airbus3801-Sep-05 12:11
airbus3801-Sep-05 12:11 
Questionpls help on a sql query Pin
xcavin30-Aug-05 23:38
xcavin30-Aug-05 23:38 
AnswerRe: pls help on a sql query Pin
Colin Angus Mackay31-Aug-05 1:32
Colin Angus Mackay31-Aug-05 1:32 
GeneralRe: pls help on a sql query Pin
xcavin31-Aug-05 1:54
xcavin31-Aug-05 1:54 
QuestionRe: pls help on a sql query Pin
toxcct31-Aug-05 5:28
toxcct31-Aug-05 5:28 
AnswerRe: pls help on a sql query Pin
Colin Angus Mackay31-Aug-05 8:21
Colin Angus Mackay31-Aug-05 8:21 
Questionstoring image to Database Pin
Ajith.P.T30-Aug-05 2:34
Ajith.P.T30-Aug-05 2:34 
AnswerRe: storing image to Database Pin
toxcct30-Aug-05 4:05
toxcct30-Aug-05 4:05 
GeneralRe: storing image to Database Pin
thealca30-Aug-05 14:35
thealca30-Aug-05 14:35 
GeneralRe: storing image to Database Pin
toxcct31-Aug-05 21:31
toxcct31-Aug-05 21:31 
GeneralRe: storing image to Database Pin
Anonymous1-Sep-05 16:42
Anonymous1-Sep-05 16:42 
GeneralRe: storing image to Database Pin
toxcct1-Sep-05 21:12
toxcct1-Sep-05 21:12 
GeneralRe: storing image to Database Pin
chuotcoikeo31-Aug-05 17:26
chuotcoikeo31-Aug-05 17:26 
GeneralRe: storing image to Database Pin
toxcct31-Aug-05 21:29
toxcct31-Aug-05 21:29 
QuestionNHibernate one-many inverse=true Pin
devvvy29-Aug-05 22:03
devvvy29-Aug-05 22:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.