PC Review


Reply
Thread Tools Rate Thread

connection.OpenSchema

 
 
abcd
Guest
Posts: n/a
 
      3rd Aug 2005
I have a small VB code which retrives the table names from the access DSN.

my code is something like this

Set objRs = objConn.OpenSchema(adSchemaTables)

If objRs("TABLE_TYPE") = "TABLE" or objRs("TABLE_TYPE") = "TABLE" Then
'do something
end if

I want to retrieve all the queries from theaccess DSN, whats the proper
schemaEnum for this...

thanks in advance


 
Reply With Quote
 
 
 
 
Armin Zingler
Guest
Posts: n/a
 
      3rd Aug 2005
"abcd" <(E-Mail Removed)> schrieb
> I have a small VB code which retrives the table names from the
> access DSN.
>
> my code is something like this
>
> Set objRs = objConn.OpenSchema(adSchemaTables)
>
> If objRs("TABLE_TYPE") = "TABLE" or objRs("TABLE_TYPE") = "TABLE"
> Then 'do something
> end if
>
> I want to retrieve all the queries from theaccess DSN, whats the
> proper schemaEnum for this...



Have a look at the language independent ADO.Net group:
microsoft.public.dotnet.framework.adonet


This is a VB.Net group. As you wrote "Set", you're probably using VB6. VB6
groups can be found @ microsoft.public.vb.*


Armin

 
Reply With Quote
 
abcd
Guest
Posts: n/a
 
      3rd Aug 2005
ooops accidently I posted here ...my apology...

"Armin Zingler" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "abcd" <(E-Mail Removed)> schrieb
>> I have a small VB code which retrives the table names from the
>> access DSN.
>>
>> my code is something like this
>>
>> Set objRs = objConn.OpenSchema(adSchemaTables)
>>
>> If objRs("TABLE_TYPE") = "TABLE" or objRs("TABLE_TYPE") = "TABLE"
>> Then 'do something
>> end if
>>
>> I want to retrieve all the queries from theaccess DSN, whats the
>> proper schemaEnum for this...

>
>
> Have a look at the language independent ADO.Net group:
> microsoft.public.dotnet.framework.adonet
>
>
> This is a VB.Net group. As you wrote "Set", you're probably using VB6. VB6
> groups can be found @ microsoft.public.vb.*
>
>
> Armin



 
Reply With Quote
 
Cor Ligthert [MVP]
Guest
Posts: n/a
 
      4th Aug 2005
Armin,
>
> Have a look at the language independent ADO.Net group:
> microsoft.public.dotnet.framework.adonet
>

Are you sure of that, I have the idea that it is not ADONET however ADO

probably
microsoft.public.dotnet.languages.vb.data

is than in my opinion a better newsgroup
(Most questions are answered in that newsgroup, this message is of course as
well for the OP)

:-))

Cor


 
Reply With Quote
 
Armin Zingler
Guest
Posts: n/a
 
      4th Aug 2005
"Cor Ligthert [MVP]" <(E-Mail Removed)> schrieb
> Armin,
> >
> > Have a look at the language independent ADO.Net group:
> > microsoft.public.dotnet.framework.adonet
> >

> Are you sure of that, I have the idea that it is not ADONET however
> ADO
>
> probably
> microsoft.public.dotnet.languages.vb.data
>
> is than in my opinion a better newsgroup
> (Most questions are answered in that newsgroup, this message is of
> course as well for the OP)
>
> :-))


"As you wrote "Set", you're probably using VB6. VB6 groups can be found @
microsoft.public.vb.*"


Armin

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can i use OpenSchema? realjacky@gmail.com Microsoft ADO .NET 1 15th Mar 2006 08:01 AM
C# and ADO OpenSchema Denis ERCHOFF Microsoft ADO .NET 0 13th Nov 2003 04:24 PM
C# and ADO OpenSchema Denis ERCHOFF Microsoft ADO .NET 0 13th Nov 2003 03:59 PM
C# and ADO OpenSchema Denis ERCHOFF Microsoft C# .NET 0 13th Nov 2003 03:58 PM
C# and ADO OpenSchema Denis ERCHOFF Microsoft ADO .NET 0 13th Nov 2003 03:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:17 PM.