all groups > dotnet odbc.net > december 2004
Two different databases.
Posted by MA at 12/30/2004 10:05:35 AM
Hi all!
I have a 4D database to witch I connect with a asp.net page via ODBC. This
is extreamly slow and 4D:s ODBC driver is not so stable.
Is there a simple way to "run" a sql server together with this 4D database,
with exactly the same data in the selected tables?
Let´s say I want to ... more >>
table lis tvia ODBC
Posted by Oleg Medyanik at 12/23/2004 6:46:53 PM
Is there any way to retrieve table list from ODBC datasource?
I think .NET does not have this ability, may be ODBC SDK download and
install can help?
For example, if i connect to ODBC datasource via DSN, can i retrieve all
tables?
... more >>
ODBC / ASP.NET Connection - Password in Code
Posted by chuckdfoster at 12/15/2004 10:19:49 AM
I have developed an ASP.NET site that uses an ODBC connection to a MS SQL
Server. I have set up the ODBC connection in my web application, but have
to put the password in the properties of the OdbcConnection1. I have been
asked to try and use this ODBC connection without putting my password in ... more >>
How to get ODBC's db schema in .NET?
Posted by LongRunner at 12/8/2004 7:55:09 AM
Hi all,
I meet a problem recently.
I am using the odbc connection class in .NET to connect any ODBC Database
such as MS Access. And i want to query the schema in the database. I know i
can pack a SQL statment like "select table_name from user_tables;" to execute
for oracle using .NET. That ... more >>
OdbcDataReader.Read() changing value after use.
Posted by Jason Kelley at 12/6/2004 9:05:04 PM
I don't know if this is a bug or poor coding on my part, but when I use the
..Read() function, the value of it changes and it jumps past my If box. When
I ran a debug on the code after the execution of .ExecuteReader() there is a
value in MyReader("lastchange"), but when it runs the test state... more >>
problem with displaying tables
Posted by Hovhannes Asatryan at 12/6/2004 6:26:15 PM
Hi all.
I am developing in VS.NET C#.
I have connected to access with ODBC driver,
and want to display the list of the tables in database file (xxx.mdb).
can anyone tell me is it possible, if yes how?
thanks.
... more >>
VFPODBC.DLL: "ERROR [S1000] [Microsoft][ODBC Visual FoxPro Driver]Variable ' ' is not found."
Posted by sleepyant at 12/6/2004 2:08:54 PM
Hi. I'm using VB.net to access some FoxPro free data table. There are aabout
10 DBF files which I can make connection and using select command and fill
into a Data Adaptor with no problem. But there is 'one' particulatar DBF
file keep having problem. The file name is "transac.dbf" and whenever it... more >>
Access denied for user myUsername@'localhost'
Posted by CTMax at 12/2/2004 9:48:44 PM
I have this C# application tat runs fine on catalog.com using mySql and
ASP.NET.
When I tried running it on my PC with WinXP(SP2), IIS, ASP.NET, MySql odbc
2.50.39, I get the followine error:
ERROR [S1000] [TCX][MyODBC]Access denied for user myUsername@'localhost'
(using password: YES) E... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|