all groups > dotnet odbc.net > june 2005
pervasive data connection
Posted by Lam at 6/30/2005 2:53:32 PM
hi
I create a System DSN which connect to the Pervasive database located on
a computer in the network. How can I write the code to connect to the
database? or is there a namespace that I can use?
Thanks a lot
... more >>
Access DB, function w/n Stored Procedure...?
Posted by David at 6/15/2005 7:26:06 AM
Hi everyone.
I have read every page that Google returns on this topic, but can't find
anything that resolves my problem.
Basically, I have an Access Database that does a number of different
calculations. One of these calculations is rather complex, and could not be
implemented properly u... more >>
Using VFP(version 8) in .NET Window form
Posted by dch at 6/8/2005 9:20:32 AM
I am having trouble to use VFP tables in .NET environment.
I am using VS 2003 and created a Window Form. I dragged a VFP table to my
Window form to create data connection and data adapter. The connection was
created but not the adapater. I got an error message:
The wizard detected the followin... more >>
How can I display the table names and field names in FoxPro 2.06 using Visual Basic.net
Posted by Nida Ahmad via .NET 247 at 6/7/2005 9:59:37 PM
I need to display table names and field names for each table in FoxPro 2.06 from my project using ODBC.I am working in VB .Net.
I found following functions to display the desired results
'Display Tables' and
'Display Structure'
But when i run them from my project i get an error.
What are th... more >>
how to display field names for each table in Access?
Posted by Mahvish K via .NET 247 at 6/7/2005 9:53:26 PM
Hi
I am working in VB .Net and i need to display field names for each table in Access from my application using ODBC.
Could you please help me out with the query that i need to display them.
--------------------------------
From: Mahvish K
-----------------------
Posted by a user from .N... more >>
Using OdbcParameter, Error "Column XX cannot be Null"
Posted by Robert G at 6/5/2005 10:49:49 PM
Hi, I'm using VB. NET 2003 and MySql. When I try to run the ExecuteNonQuery
part, it keeps giving me this error.
My Code (simplified):
Dim cmdSql As OdbcCommand
Dim Param As OdbcParameter
cmdSql = New OdbcCommand
cmdSql = conn1.CreateCommand
cmdSql.CommandText = "INSERT INTO customer"... more >>
ASP.Net ODBC Connection to local Access 2000 fails under impersona
Posted by stueyh at 6/3/2005 5:25:14 AM
When attempting to connect to an Access 2000 DB using ADO.Net from within
ASP.Net running under an impersonated local user account receiving the
following error.
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver] Disk or network
error. ERROR [IM006] [Microsoft][ODBC Driver Manager] Dri... more >>
|