all groups > dotnet odbc.net > september 2004
ODBC Database Structure
Posted by Mark at 9/27/2004 4:53:02 PM
Hello.
Does anyone know how to get to the database structure using an ODBC
connection string and retrieve information about tables, fields and data
types etc and display them in tree view.
I am able to do this with OLEDB but Need to do this with ODBC as well.
Any pointers would be much appr... more >>
ODBC HELP
Posted by Mark at 9/25/2004 9:59:03 PM
Hello,
Need help with this:
I am trying to connect to an existing Access Database via ODBC.
My code is like this: It always generates a system error.
What am I doing wrong? Any help much appreciated.
-----------------------------------------------------------
'Code in VB.net
Dim conn As Str... more >>
IBM Client Access
Posted by Hi at 9/23/2004 2:13:05 PM
I am trying to write an ASP.Net page that uses an ODBC connection to connect
into an AS400. I have tried everyway I can think of to get it to work and
nothing is working.
I can setup an ODBC link into SQL 2000 and pull back information but when I
try to use the Client Access ODBC I get the... more >>
server explorer and sybase
Posted by mike isbell via .NET 247 at 9/22/2004 7:25:45 AM
(Type your message here)
--------------------------------
From: mike isbell
How do I connect to my Sybase Database from Server Explorer?
Server Explorer Add Connection dialog doesn't seem to see my ODBC data source.
-----------------------
Posted by a user from .NET 247 (http://www.dot... more >>
OLEDB Memory Issues? Any sugguestions?
Posted by twhidden NO[at]SPAM -NOSPAM-smartconnect.net at 9/21/2004 9:03:30 AM
Hello all.
I have created an OLE Data Wrapper what I use on nearly all my projects. I have never really noticed any problems with it, till I started inserting 100,000+ records into my database daily.
The problem is that after about 4,000 records, the physical memory of my application goes up 1... more >>
How do I get a list of tables associated with my DSN?
Posted by jb at 9/20/2004 4:40:39 PM
I'm writing a Visual Basic .NET application and am using the
System.Data.Odbc class. With that can I get a list of tables associated
with a DSN?
Thanks in Advance,
Eddie
... more >>
Create System DSN with VB.Net
Posted by Lou Civitella at 9/16/2004 2:14:09 PM
I am creating a distributed application that uses a System DSN. What I would
like the program to do is check that the System DSN exists on the users
computer if it does then all is OK. If the DSN does not exist on the users
computer then the prorgam will create it automatically.
Any ideas on h... more >>
Oracle vs. OleDb?
Posted by Ana Popescu via .NET 247 at 9/7/2004 3:50:22 AM
(Type your message here)
Oracle parameters have a type 'cursor'. There is an equivalent type for OleDb?
--------------------------------
From: Ana Popescu
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>TbmUbMDTRk2JX44KiRF8pQ==</Id>... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Reading SQL Script from Stored Procedure
Posted by Prabhu Ram Prasath V via .NET 247 at 9/6/2004 12:19:38 AM
Hi Everybody,
Good day!
Are there any direct methods in dotnet for reading the SQL script from a database for a particular stored procedure!
Note:
I'm aware of using SP_HELPTEXT in a DataReader!
Thanks in advance.
--------------------------------
From: Prabhu Ram Prasath V
-------... more >>
System.UnauthorizedAccessException: Access is denied
Posted by Efi at 9/2/2004 12:13:01 AM
Hi,
We have a simple 3 tier application which its core application is VC++ 6.0
ATL COM running as a server application in the COM+. An asp pipe is in charge
of handling the requests and passes it to the COM for processing.
We are now trying to migrate the asp pipe to Asp.Net (C#).
When ru... more >>
|