For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic Syntax > February 2005 > Create ACESS make-table query









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Create ACESS make-table query
dauster

2005-02-08, 9:02 pm

Can I create an ACCESS make-table query using VB 6?
Veign

2005-02-08, 9:02 pm

Like CREATE TABLE through SQL:
http://www.devguru.com/Technologies...eate_table.html

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--

"dauster" <dauster@discussions.microsoft.com> wrote in message
news:C802E2A2-77AF-41A7-A9C5-DB6EC2FF89E9@microsoft.com...
> Can I create an ACCESS make-table query using VB 6?



Jeff Johnson [MVP: VB]

2005-02-09, 4:01 pm


"dauster" <dauster@discussions.microsoft.com> wrote in message
news:C802E2A2-77AF-41A7-A9C5-DB6EC2FF89E9@microsoft.com...

> Can I create an ACCESS make-table query using VB 6?


Against an Access (Jet) database? Just use the SELECT INTO statement.

Against a different database? Please specify which.


dauster

2005-02-10, 4:00 am

It is against an Oracle database (8i)

"Jeff Johnson [MVP: VB]" wrote:

>
> "dauster" <dauster@discussions.microsoft.com> wrote in message
> news:C802E2A2-77AF-41A7-A9C5-DB6EC2FF89E9@microsoft.com...
>
>
> Against an Access (Jet) database? Just use the SELECT INTO statement.
>
> Against a different database? Please specify which.
>
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com