| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | This is a generic question related to ODBC rather ODBC.Net
How exactly the ODBC driver implementations work?
I have used .NET ODBC name space...
Dave Ford
|
02-24-2005 01:05 PM
Dave Ford | 2 | 48 |
|  | I get "object reference not set to an instance of an object " when running
the code below. Just tying to learn; took the code from a book. Tested...
Barret Bonden
|
02-23-2005 03:00 PM
Barret Bonden | 0 | 32 |
|  | I am new to ASP .Net and I have an instance where I need to connect to our internal AS400 and get some data. I am getting the following error when...
Brad
|
02-23-2005 12:59 PM
Brad | 0 | 29 |
|  | Hi All,
Trying to use the DataAdapter wizard to create a connection to an Oracle DB
or a Sybase DB I get the "Unable to connect to database. It is...
Wayne
|
02-23-2005 01:58 AM
AT | 1 | 43 |
|  | Relatively new to using Access via C#, so bear with me if I get anything
wrong...
Usually Access creates an ".mdb" file for databases. However,...
Dan Diephouse
|
02-22-2005 09:40 AM
Dan Diephouse | 3 | 41 |
|  | I'm trying to be flexible with how I connect to an Access database
because my WinForms app needs to work on older versions of Windows,
possibly...
AT
|
02-22-2005 08:18 AM
Paul Clement | 1 | 32 |
|  | On Mon, 21 Feb 2005 10:51:03 -0500, "Test" <prueba (AT) mpcfg (DOT) co.cu> wrote:
¤ Hi
¤
¤ I can not connect to a paradox database. Please how I can...
Paul Clement
|
02-22-2005 08:03 AM
Paul Clement | 0 | 41 |
|  | Hi,
I've problem connecting Oracle9i using COM+. My program is written in
VS.NET2003 C#. It always give me the error message : Unable to Load...
Josephine Lim via .NET 247
|
02-18-2005 11:42 AM
drnital | 1 | 34 |
|  | I am using the .net odbc data providder to execute a stored procedure on Sql
Server 2000. The stored procedure uses @raiserror in case of an...
scottrm
|
02-17-2005 11:32 PM
AT | 3 | 31 |
|  | I wrote a program with C#, .net and I used ODBC to access an access 97
database. With XP everything works fine but with NT4 Sp6a (and .net
framework...
AT
|
02-12-2005 11:07 AM
AT | 1 | 36 |
|  | Also when I insert the following line at the top of the
Code Page Imports System.Data.SqlClient, I am getting an
error message stating that this line...
Jeff Thur
|
02-09-2005 01:12 AM
Jeff Thur | 0 | 33 |
|  | I am trying to Execute a simple Stored Procedure using
ASP/VB. I have spent numerous hours with this, researching
books and looking on the internet....
Jeff Thur
|
02-08-2005 07:06 PM | 2 | 36 |
|  | On Tue, 1 Feb 2005 18:30:15 +0200, "Oleg Medyanik" <medyanik (AT) yahoo (DOT) com> wrote:
¤ Actualy, there is no exception.
¤ All columns just have...
Oleg Medyanik
|
02-02-2005 08:31 AM
Paul Clement | 4 | 33 |
|  | Hi,
I am using ODBCNET to update a mySQL table.
I update the table using a DataAdapter. Setting the Update, Insert and
Delete commands...
Tim Marsden
|
01-31-2005 07:29 AM
MA | 1 | 39 |
|  | I'm trying to connect to a text file ( c:\test\table1.txt).
My connectionstring looks like
connectionstring = "Driver={Microsoft Text Driver...
Peter_Smyth
|
01-27-2005 08:52 AM
Paul Clement | 1 | 33 |
|  | A strange problem - we're developing an application that uses ODBC
connections from various sources.
We're currently working on an aspect that...
Neil Arnold
|
01-27-2005 03:37 AM
Neil Arnold | 0 | 39 |
|  | Hi,
The following code works, it populates the dataset with the anticipated data, but the OdbcConnection objects InfoMessage always generates the...
Robert Porter
|
01-26-2005 08:39 PM
AT | 7 | 39 |
|  | 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...
MA
|
01-19-2005 04:11 AM
MA | 3 | 46 |
|  | When i am trying to connect to my SQL server using the
SQLdataadapter or the OLEDBdataadapter, VB tells me that
i can not connect to it. I can not...
TOM
|
01-14-2005 02:16 PM
Paul Clement | 3 | 38 |
|  | Hello,
I'm creating a webservice that needs to query an Access database (mdb).
Here's my code:
OdbcConnection *pConnection = new...
cipher
|
01-12-2005 05:10 PM
cipher | 0 | 37 |
|  | Hi,
I am creating a generic data access module for an application and I
have come across the following problem:
A form calls the function that loads...
AT
|
01-12-2005 02:05 AM
AT | 0 | 38 |
|  | (Type your message here)
--------------------------------
From: manoj sivasankaran
Hi,
Has anybody noticed in ADO.net 1.0 when using...
manoj sivasankaran via .NET 247
|
01-06-2005 05:44 PM
AT | 1 | 56 |
|  | Hi,
I'm currently trying to retrieve information from a specific table within a
SQL Database using the following code:
Dim oOdbcCommand As New...
chofra03
|
01-06-2005 01:37 PM
chofra03 | 0 | 36 |
|  | This question was posted before, but there was no response... if anyone has a
suggestion it would be appreciated.
In Delphi I could do this easily...
Leicester B. Ford Jr.
|
01-04-2005 04:37 PM
Ted Thibodeau Jr | 6 | 54 |
|  | 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...
Oleg Medyanik
|
12-27-2004 10:33 AM
Paul Clement | 1 | 43 |
|  | As per documentation "ODBCCOnnection.ConnectionTimeout
Gets or sets the time to wait while trying to establish a connection before
terminating the...
Gill
|
12-20-2004 12:33 PM
jerry | 2 | 43 |
|  | 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...
chuckdfoster
|
12-16-2004 08:26 AM
Paul Clement | 2 | 34 |
|  | This has probably been covered before, so I apologize for the repetition.
But I have finally figured out all the privileges and permissions needed...
Glenn
|
12-10-2004 10:03 AM
Glenn | 0 | 43 |
|  | 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...
LongRunner
|
12-09-2004 09:50 AM
Paul Clement | 1 | 47 |
|  | I need to move files from one computer to another using
VB in .Net.
I have tried System.IO.File.Move but this command seems
to function only between...
Eje
|
12-08-2004 09:48 AM
Eje | 0 | 48 |
|  | 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....
Jason Kelley
|
12-06-2004 05:59 PM
Jason Kelley | 1 | 41 |
|  | 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...
Hovhannes Asatryan
|
12-06-2004 09:16 AM
Paul Clement | 1 | 42 |
|  | Howdy!
We have customers who are trying to use ODBC.NET to talk to our "Relativity"
ODBC
driver and they have encountered a problem with...
Uwe
|
12-03-2004 04:59 PM
Uwe | 0 | 36 |
|  | 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,...
CTMax
|
12-03-2004 03:23 AM
MA | 1 | 36 |
|  | Hi all!
Is it anyone here that are using .NET and connecting to a 4th dimension
server via ODBC?
I can connect and get data from the server via SQL...
MA
|
12-01-2004 09:23 AM
MA | 0 | 43 |
|  | Hi,
I am using Web Matrix Project as .NET programming environment. Can you show
me detailed steps how to import the .ocx library into the Web...
Jason Robertson
|
11-29-2004 04:34 AM
Jason Robertson | 0 | 34 |
|  | I want to pop up the ODBC connection dialog and let my users to choose a DSN
in it. Then I can get the connection string. How can I implement such...
Toto
|
11-27-2004 10:39 PM
Toto | 0 | 44 |
|  | Hi,
I am using Windows 2003 Server. The VPN works fine, but I want to FTP
through the VPN so the connection is encrypted. The problem is each of...
Jason Robertson
|
11-25-2004 03:17 PM
Jason Robertson | 0 | 36 |
|  | I'm attempting to move a C# .NET application
FROM
Windows NT SP6a
MDAC 2.7 RTM
MS. NET 1.0
Microsoft.Data.Odbc
TO
ShermB
|
11-24-2004 03:45 PM
ShermB | 0 | 31 |
|  | When using an OleDbCommand object to attempt to import a CSV text file,
I get a syntax error in the from clause.
I can access the same text file...
Brad
|
11-23-2004 11:10 AM
Brad | 0 | 44 |
|  | Hi,
I'm used to work with sql server and not really with oracle. I have to make
an application that uses odbc to access either a sql server db or an...
Laurent Lopez
|
11-23-2004 02:15 AM
Laurent Lopez | 0 | 52 |
|  | Hi,
I am trying to connect to lotus notes database using the notesSQL odbc
driver,
but i got the error:
ERROR Specified driver could not be loaded...
mingz
|
11-19-2004 04:32 AM
mingz | 0 | 64 |
|  | Hi,
I'm setting up an ODBC connection to an AS400 system. I am having
difficulties connecting to the AS400 system when i try the ODBC...
mohamed
|
11-18-2004 07:20 AM
mohamed | 0 | 54 |
|  | Hello,
I have a problem storing a picture into a database. In the database I have a
blob field, but how can I bulid a sql-command, that writes data...
Christian Hansen
|
11-16-2004 01:33 PM
Paul Clement | 2 | 44 |
|  | I am using Oracle 8 I and Vb 6 and connection to oracle by DSN.
************* Code **************
This is my code:
Public con As New...
DotNetJunkies User
|
11-16-2004 11:42 AM
LaBaLaBa | 1 | 47 |
|  | Hi,
I install msde 2000 using the command line like this => setup SAPWD="pass"
But when I try to create a new database using access sql server...
Dave
|
11-12-2004 02:53 AM
Dave | 0 | 37 |
|  | True!
But then you have Postgre. Take a look at
http://www.internet-articles.com/technology/sql.php. I think thats an
intresting article.
But then...
MA
|
11-12-2004 02:03 AM
MA | 0 | 42 |
|  | msde2000
Hi,
Can I use ado .Net to write non manage application in vc++???
What is exactly msde and did it better then access??
What are the best...
Dave
|
11-06-2004 01:46 PM
Dave | 0 | 41 |
|  | I am updating Access database using System.Data.Odbc
I am using the following...
Peter
|
11-05-2004 07:32 AM
DotNetJunkies User | 3 | 38 |
|  | Hi everyone,
www.webdesignmagic.com.au/forum.asp
<BLOCKED::BLOCKED::BLOCKED::BLOCKED::http://www.webdesignmagic.com.au/fo
rum.asp>
I am trying to...
Daren Hawes
|
11-04-2004 05:02 AM
Daren Hawes | 0 | 51 |