HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (ODBC.net) microsoft.public.dotnet.framework.odbcnet


Discuss in the Dotnet Framework (ODBC.net) forum.



Post New Thread
Threads in Forum : Dotnet Framework (ODBC.net) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
This is a question better posted to microsoft.public.dotnet.framework.adonet, but you already answered your own question. If it's timing out on a...
Bob Grommes
08-28-2003 10:36 AM
Bob Grommes Go to last post
0 43
Hi, I've been tracking down some other problem with our ODBC driver for Rdb, but other things seem to keep getting in the way. Here's today's...
Ed Havelaar
08-21-2003 07:24 PM
Ed Havelaar Go to last post
0 43
I'm having a problem with setting the connection string in the new System.Data.Odbc namespace. I have previously used the...
Guy
08-21-2003 07:11 PM
Ed Havelaar Go to last post
1 56
does anyone have a sample? thanks in advance!
whidy
08-14-2003 12:37 PM
Mythran Go to last post
3 55
this code was created with vb6 you have to modify it for .net Option Explicit '***************** ' Global variables Public gCEAppMgrPath As...
bridor
08-14-2003 10:03 AM
bridor Go to last post
0 56
Hi all, Did anybody had any success using ODBC namespace to connect to Informix Database. I tried but comes up with an error .. "ERROR Data source...
Sharad Nair
08-14-2003 05:46 AM
Sharad Nair Go to last post
0 47
This is not helpful - I've already done all the searching I can. Can we start again? All I want to know is if there is a physical limit on the...
AT
08-12-2003 04:24 PM
Peter Jones Go to last post
4 45
Ramon, what is the error you are getting? Is this when you are using the wizard? Check with Informix and make sure your driver is .Net compliant (At...
AT
08-11-2003 07:21 AM
AT Go to last post
0 49
After reinstalling VisualStudio.Net I am getting the following message when executing my web application: BC30466: Namespace or type 'Odbc' for...
Arv Sepetys
08-10-2003 08:16 AM
Dan Greenberg Go to last post
1 51
Does anyone know how to add data to an office spreadsheet on a dialogue form, using C++ in Visual Studio.net?
Duncan Winn
08-08-2003 09:47 AM
Duncan Winn Go to last post
0 39
Hi all, When i try to connect to informix database using odbc.net i get the error : - ERROR Data source name not found and no default driver...
Sharad Nair
08-07-2003 01:10 PM
Sharad Nair Go to last post
0 44
Ramon... I would venture to say that most of us here wouldn't understand at all what you wrote.. Please rephrase it more clearly.... my first...
Bob Johnson
08-07-2003 07:47 AM
Bob Johnson Go to last post
0 43
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...
Rui Silva
08-05-2003 09:35 AM
Bob Johnson Go to last post
1 70
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...
John S
08-04-2003 03:36 AM
AT Go to last post
1 43
My test table was (Field1 C(10), Field2 C(10), Field3 N(10, 2)). I was able to make the insert statement work with the third paramter defined as...
Bob Johnson
07-31-2003 12:54 PM
Cindy Winegarden Go to last post
5 49
Hi - is there any way to call the SQLGetConnectAttr core ODBC API function from ODBC.Net? I'm trying to get the database session id for...
Craig Santoli
07-31-2003 12:44 PM
Craig Santoli Go to last post
0 43
Hi! Just want to know if Microsoft Dbase Driver supports NUMERIC(X,Y) I am encountering error when running this Create table mytable (myfield...
Geoff
07-30-2003 11:38 PM
Geoff Go to last post
0 59
Does an XML ODBC Driver exist? Thank You
Russ
07-29-2003 03:33 PM
Bob Johnson Go to last post
1 45
I'm using ODBC.NET to read tables over an InterSystems Cache ODBC connection. I've been able to access table data, I can return columns and all...
AT
07-29-2003 08:56 AM
AT Go to last post
0 55
I found my log files. Here is a snippet of the problem (cnfgsvr.out)...
Dan Baker
07-28-2003 08:37 AM
Jay B. Harlow [MVP - Outlook] Go to last post
6 45
I need to let the user pick a data source on the fly. Is there an equivlent function in .Net for SQLDataSources?
Mark
07-27-2003 11:16 AM
Bob Beauchemin Go to last post
1 46
Hi Scott, You can install several versions of MDAC on the same machine without problems. -- Cindy Winegarden MCSD, Microsoft Visual FoxPro...
Cindy Winegarden
07-24-2003 10:04 PM
Cindy Winegarden Go to last post
0 41
This SQL runs fine in vb6 app with ADO: {CALL get_pusher_paths (?,?, {resultset 100, p_resultdir, p_filetype, p_interfcd})} The 1st param is an IN...
rox.scott
07-23-2003 05:31 PM
rox.scott Go to last post
0 46
I have same databases replicated on multiple sites, database in ingres and we use ODBC. I need to update multiple tables in 2 different databases in...
Grace McMahon
07-23-2003 04:52 PM
Grace McMahon Go to last post
0 50
Anyone know if it's possible to do connection pooling with the MSOLAP provider and .NET? It doesn't appear to be working. Any help...
Dave Goldberg
07-23-2003 05:27 AM
AT Go to last post
7 40
How do you hadle connections in asp.net pages? Do I have to dispose connection every time when I leave from page and then establish one on a new...
Tommi Kujala
07-22-2003 05:25 AM
Tommi Kujala Go to last post
0 46
Hello everybody, I am new to .Net & cSharp and I have been struggling with this problem for a few days now. Hopefully somebody can help...
John E
07-20-2003 08:18 AM
John E Go to last post
0 40
James... I had the same problem, and found an answer... maybe, it will help you.. I knew I had a rights issue and thought it was to do with...
AT
07-18-2003 08:29 AM
Brian Fulford Go to last post
1 40
Consider the following code, test and try it out: Dim Conn As OdbcConnection Dim Reader As OdbcDataReader Dim Cmd As OdbcCommand Dim Adapter As...
Mythran
07-16-2003 11:50 AM
Mythran Go to last post
0 41
I navigated to the following site and noticed this in bright red letters: Note: This namespace, class, or member is supported only in version 1.1 of...
Mythran
07-15-2003 04:07 PM
Jay B. Harlow [MVP - Outlook] Go to last post
4 42
I use the ODBC method GetTableSchema (GetSchemaTable??? ...) to get the schema for the specified table. I have two fields in this table that I need...
Mythran
07-15-2003 02:03 PM
Mythran Go to last post
0 40
You mentioned you had old asp files that use ODBC to connect to the FileMaker pro database? Can you forward me a copy of your...
Kroy Richardson
07-15-2003 01:11 PM
Kroy Richardson Go to last post
0 54
Camera Sale -Nikon , Canon, Minolta , Sony ,Xcam2 , Fujifilm , http://shopforless.itgo.com/ Camera Sale -Nikon , Canon, Minolta , Sony ,Xcam2...
BILl
07-14-2003 04:26 PM
BILl Go to last post
0 32
My project use ODBC.net and DSN as connection string. I would like the setup routine can create the DSN instead of using ODBC administrator. Anyone...
yingzhang
07-14-2003 11:11 AM
yingzhang Go to last post
0 48
Hi, Are there any important changes or bug fixes if I switch from VS .NET 2002 to 2003 for ODBC programming? Thanks
k3
07-13-2003 11:30 PM
k3 Go to last post
0 52
That makes sence. I guess all attach statements require quotation marks ? In RDB, can you have a default attach, say based on the class or...
Peter Jones
07-10-2003 08:10 PM
AT Go to last post
1 55
Hello, I tried to transfert data (FoxPro) in a Sql Server Database. Using ODBC.NET, with an OdbcDataAdatper to fill a dataset or with an...
woodstock
07-10-2003 04:29 PM
Cindy Winegarden Go to last post
1 39
Hi NG, can anyone help?? Here is my code : Public Function ConnectToDatabase() As ErrorLevel.ErrorLevel Dim lConnection As New OdbcConnection()
Dimitrios Toulakis
07-10-2003 09:11 AM
Dimitrios Toulakis Go to last post
0 39
Is there any way to retrieve the stored procedure return value / output paramater values without having to close the connection? I'm trying to read...
Andrew
07-09-2003 12:24 PM
Andrew Go to last post
0 45
The entire application I am writing uses the ODBCConnection object. Now I need to apply a way for the user to enter the SQL Server location,...
Mythran
07-08-2003 03:50 PM
Adrian Cole Go to last post
1 38
Personally, I would avoid the issue entirely by using a DSN-less connection (check out http://www.able-consulting.com/ADO_Conn.htm for an...
AT
07-07-2003 04:31 PM
AT Go to last post
0 34
Hi When i try connection to my sql server, this is the error which it generates, please help.. ERROR SQL Server does not exist or access denied....
Deepankar Raizada
07-07-2003 09:36 AM
Deepankar Raizada Go to last post
0 47
Error linking to Oracle 9.2.0.3 on database server from .NET Web Service, constructed in Visual Studio.NET 2003, running on separate Web Server....
Colin Stevens
07-07-2003 04:49 AM
Colin Stevens Go to last post
0 33
the following code throws an exception when run under .net 1.1. the entire exception message is the ever- helpful "Additional information: System...
David Kaplan
07-04-2003 01:27 AM
AT Go to last post
1 55
I'm developing a client server application that has a requirement to fall over to a local database connection when the remote connection fails...
Paul Welter
07-03-2003 01:55 PM
Paul Welter Go to last post
0 32
Hi JefF, I was just trying to do the same thing and was wondering if you found the solution? Also, i am having difficulties trying to select...
Jonathan Sauvé
07-03-2003 12:52 PM
Jonathan Sauvé Go to last post
0 47
Hi Kevin, Thanks for getting back to me. I am using C# with asp.net to access the database. Below is the code that I am using to access the two...
Art Levin
07-02-2003 03:26 AM
AT Go to last post
1 46
I would like to see if I can connect to a FileMaker table from C#. I have been sent a number of files, many of which are DLLs. My question are the...
Jim McGivney
07-01-2003 08:27 PM
Jim McGivney Go to last post
0 54
I just setup a new 2003 web server. The web site as created with visual studio.Net in C#. It won't let me open multiple tables in by database. I get...
Art Levin
06-30-2003 04:17 AM
AT Go to last post
1 45
Post New Thread

Display Options
Showing threads 501 to 549 of 549
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.