all groups > dotnet odbc.net > november 2005
AS/400 connection problems
Posted by Rob T at 11/28/2005 11:27:36 AM
For years we have been using Microsoft Access to transfer data to/from an
AS400 using the Client Access ODBC connection. We are now having problems
with the connections where the data looks garbled when you open a table, or
it will say #DELETED in the fields.
My theory is one of the Micro... more >>
SQLConnection vs ODBCConnection
Posted by Maileen at 11/20/2005 12:00:00 AM
Hi,
Is the SQLConnection component only for SQL Server (from MS) or can we
use it for MySQL and PostgreSQL too ?
Because when i use the OdbcConnection component, and try to debug my
application, i have a "database connection was disabled" message after a
long timeout...and i do not know ... more >>
OdbcConnection and issues
Posted by Maileen at 11/16/2005 10:11:38 PM
Hi,
I use OdbcConnection component under VB.net 2005.
When i do a simple test connection, everything works perfect under debug
mode.
But when i try to create database via this OdbcConnection component. VB
informs freezes and after a time period (quite similar as timeout), my
application... more >>
ODBC Problem
Posted by ross_smith NO[at]SPAM csaa.com at 11/15/2005 10:29:08 AM
Hi, I'm getting this error message on a windows 2003 VM ware box.
ERROR [HY000] [DataDirect][ODBC DirectConnect driver] Unable to load
communication module. NetLib Driver has not been correctly installed.
Overview. I developed this ASP.Net application on an IBM laptop and it
works
find. I'm... more >>
Website MS Access database
Posted by Guillermo at 11/14/2005 8:06:12 AM
Gentlemen, I'm trying VB.Net 2005 Beta2.
I have an Access database in my website (wemdb01.mdb).
I need to connect my application to it, in order to work with its data.
When I try to add the URL I get this msg: "The HTML document does not
contain Web service discovery information". Hosting is us... more >>
Fill data in Excel table
Posted by Nikolay Petrov at 11/12/2005 12:48:02 AM
I need to fill data in Excel table. I have an Excel workbook, where
some values should be filled in specified cells. I need to do this
without COM interop, because i don't have Excel installed. I red that
ADO.NET does not support 'Insert' and 'Update' statments against excel
files. Any ideas how... more >>
VisualStudio 2005 and Microsoft.Data.Odbc on x64
Posted by Andre Lorbach at 11/11/2005 7:45:02 AM
Hi all,
today I updated to VisualStudio 2005 and tried converting on of my projects
to it.
In this project I am heaviliy using the additional "Microsoft.Data.Odbc"
namespace to work with databases. I installed the x64 Version of the .Net
Framework.
My System is:
Windows XP x64 with ... more >>
|