all groups > dotnet odbc.net > august 2003
Cannot find system.data.odbc.dll????
Posted by Bobby C. at 8/28/2003 10:26:24 AM
I upgraded to VS 2003 which I thought should have installed the complete
v1.1 framework BUT I cannot find system.data.odbc.dll. I need to create a
reference to it. Anyone have a suggestion about where I can get this file?
TIA
--
Bobby C.
Proper reply address is without the text -REMOVE-... more >>
Null from AS/400
Posted by Rob T at 8/27/2003 5:13:00 PM
Changes of anyone experiencing this is slim, but it's worth a shot
asking....
I'm using ODBC to connect to an AS/400 and have no problem querying it. My
problem is that when I do a left join on a table that may return null
values, I cannot pass the criteria "is null" or "= null". When I add ... more >>
Informix update problem
Posted by Richard Moon at 8/27/2003 7:37:40 AM
Hi,
I have a VB.NET program using Microsoft.Data.ODBC version
v1.0.3705 to read and update from Informix 7.3 using the
IBM Informix ODBC driver 3.81.0000 2.80.TC1.
I can read, insert, delete and update OK - except that, of
the two columns I am trying to update, only one is
actually upda... more >>
ODBC driver
Posted by Grzybowski Rafa³ at 8/25/2003 11:06:43 PM
Hi,
I'd like to write my own ODBC driver for handling relational data from txt
files. And I'm just wondering is it possible to
do it without implementing all ODBC interface, specially without SQL engine.
Can I use some .NET engine as an additional layer
Any suggestions ? Any documentation lin... more >>
System.Data.Odbc
Posted by Alf Holten Gaba at 8/21/2003 4:41:28 AM
Hi
I have upgraded to Framework 1.1 and I thought that
Microsoft.Data.Odbc had been replaced by
System.Data.Odbc, but I cannot access it (no Odbc popping
up when I write System.Data. in VS).
Should I still use Microsoft.Data.Odbc?
Regards
Alf Gaba... more >>
Paradox: Can only read, but not write into database
Posted by Bernd Muent at 8/20/2003 10:31:51 AM
Hi,
I've got a Paradox 3.X database, exported by Access or as a variant
exported per DTS with a MS-SQL-Server.
I am able to access the database and display all records with ASP with
the following code:
conn.Open "FILEDSN=\para.dsn"
set obj=Server.CreateObject("ADODB.Recordset")
SQL="s... more >>
ODBC - Timberline
Posted by bridor at 8/14/2003 2:03:24 PM
can anybody help!!
I 've connected to a Timberline Accounting database using an ODBC
driver, but i get an error messge when trying to update
I"m using ado 2.6
Can the problem be it or it is just not possible to update?
Thanks!!
... more >>
how to access mysql through myodbc in aspx?
Posted by whidy at 8/12/2003 11:41:52 AM
does anyone have a sample?
thanks in advance!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Imports Microsoft.Data.Odbc in VB codebehind
Posted by Arv Sepetys at 8/9/2003 7:44:27 PM
After reinstalling VisualStudio.Net I am getting the
following message when executing my web application:
BC30466: Namespace or type 'Odbc' for the
Imports 'Microsoft.Data.Odbc' cannot be found.
I have researched many articles and found reference
(Microsoft knowledge base #Q318917) to an... more >>
OleDb consumer where is my data source
Posted by Duncan Winn at 8/6/2003 11:39:04 AM
I have generated an OleDB provider from MS VC++ 7 ATL templates. I have
modified this using Lon Fishers tutorial!
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60/htm
l/msdn_vc6oledbprov.asp)
However when I come to generating a consumer (using MS VC++ 7 ATL templates)
... more >>
ODBC And Oracle
Posted by Rui Silva at 8/4/2003 11:56:14 AM
I there!!!!
Can anybody help me??
I tried to connect to a Oracle DataBase using an ODBC driver, but i get an
error messge saying that it isn't supported by Visual Studio.
I'm still using a trial version of Visual Studio .Net.
Can the problem be it or it is just not possible?
Thanks!!
... more >>
Missing or truncated data
Posted by John S at 8/1/2003 2:29:03 AM
I'm trying to get data from a couple of Informix
databases using the ODBC data provider.
It works fine for one of the databases.
When I run a "select * from table1" on the other
database, I get all fields cantaining string data being
truncated to 2 chars only instead of the whole string... more >>
|