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     
I am trying to insert data in a bd using ODBC and visual basic.net. I would like to use sql commands. I´ve already have an OdbcConnection,...
Diogo Lourenço
10-29-2004 09:30 PM
james Go to last post
1 33
We have an application that will get deployed to our customers and have a couple issues. Since we don't know the name of the DB server at the...
Binary Poet
10-27-2004 12:14 PM
Paul Clement Go to last post
3 46
Hi, I have just installed Visual Studio.net 2003 Enterprise Architect. I have been using Visual Interdev so far, and I am used to be able to...
Jason Robertson
10-23-2004 02:09 PM
Jason Robertson Go to last post
0 31
Hi, I'm developping a Web Site using ASP.NET (C#) and I'm trying to connect to a MySQL database. My hosting provider supports: - ASP.NET 1.1 -...
AT
10-20-2004 03:02 PM
AT Go to last post
0 43
I've recently run into a problem when creating a web service. I have a webserivce that returns data from a small access database; I created...
Jared
10-19-2004 05:33 PM
Jared Go to last post
0 37
Hi, I've been pulling my hair out trying to write a simple method to programatically create a system DSN with all parameters on a remote machine. I...
DerekS
10-19-2004 07:10 AM
DerekS Go to last post
0 53
I'm trying to reuse an ADO connection in a loop. The connection string is different each time I go through the loop. My code is basically...
Bob Laflin
10-18-2004 02:12 AM
Marco Morreale Go to last post
2 41
Hi, Here is a shorter code example since the last message I posted was truncated. So the problem is I created a simple VB.NET 2003...
Mikey G
10-15-2004 09:23 AM
Mikey G Go to last post
0 43
Hi, I created a simple VB.NET 2003 application through Visual Studio that connects to a MySQL database and loads a table into a Dataset, and then...
Mikey G
10-14-2004 02:07 PM
Mikey G Go to last post
0 41
I have a program that is attempting to retrieve data from an Oracle RDB database using objects within the system.data.odbc namespace...
AT
10-10-2004 05:54 AM
moittest Go to last post
1 57
I was wondering if Microsoft will have any classes available to connect to MySQL databases instead of just SQL. I know being Microsoft, they...
RAyRAy
10-10-2004 04:00 AM
Go to last post
5 116
When me and my helpdesk teams try to connect to our helpdesk software which uses ODBC it gives us the following error. General Message Could Not...
simada00@-NOSPAM-dotnetjunkies.com
10-09-2004 06:58 AM
simada00@-NOSPAM-dotnetjunkies.com Go to last post
0 38
Hi, I have to pass large objects (class intances) to SQL 2000 DB. The objects usually contains ArrayLists of other objects (also classes intances)....
Ken
10-08-2004 12:37 PM
Ken Go to last post
1 47
Hi, in my ASP.NET application I've a problem with an ODBConnection. It is very slow (about 30 seconds) on first connection. I've tryed differents...
Franco
10-01-2004 04:19 AM
Franco Go to last post
0 47
Hello. Does anyone know how to get to the database structure using an ODBC connection string and retrieve information about tables, fields and...
Mark
09-27-2004 11:32 PM
Bob Beauchemin Go to last post
1 39
Hello, Need help with this: I am trying to connect to an existing Access Database via ODBC. My code is like this: It always generates a system...
Mark
09-27-2004 12:38 PM
Paul Clement Go to last post
1 67
Dear All, I am "trying (struggling) to" create an user interface with VB.NET that will allow me to connect to existing Acess databases through ODBC...
Mark
09-26-2004 10:35 PM
Mark Go to last post
0 50
I am trying to write an ASP.Net page that uses an ODBC connection to connect into an AS400. I have tried everyway I can think of to get it to work...
Hi
09-24-2004 05:05 PM
csharpcomputing.com Go to last post
1 49
(Type your message here) -------------------------------- From: mike isbell How do I connect to my Sybase Database from Server Explorer? Server...
mike isbell via .NET 247
09-23-2004 11:57 AM
Paul Clement Go to last post
2 47
Hello all. I have created an OLE Data Wrapper what I use on nearly all my projects. I have never really noticed any problems with it, till I started...
twhidden@-NOSPAM-smartconnect.net
09-23-2004 09:47 AM
Travis Whidden Go to last post
1 40
I'm writing a Visual Basic .NET application and am using the System.Data.Odbc class. With that can I get a list of tables associated with a...
jb
09-21-2004 09:46 AM
Paul Clement Go to last post
1 53
Some of the distinctive features of Tierdeveloper 4.0 are as follows. Object handling -Map to a single table or multiple tables -Map to a view...
AT
09-21-2004 02:36 AM
AT Go to last post
0 36
Greetings! Does anyone know how to retrieve the definition of an existing stored procedure in DB2 (version 7 running on our Mainframe)? I am...
GregC
09-20-2004 02:27 PM
GregC Go to last post
0 38
I am creating a distributed application that uses a System DSN. What I would like the program to do is check that the System DSN exists on the...
Lou Civitella
09-17-2004 11:14 AM
Paul Clement Go to last post
1 45
Hi Everybody, Good day! Are there any direct methods in dotnet for reading the SQL script from a database for a particular stored...
Prabhu Ram Prasath V via .NET 247
09-16-2004 12:59 PM
Sushil Chordia Go to last post
1 48
I have created the mdb database file successfully by the following code. Although set "cat = null", the mdb file is logged until i close the...
hui mc via .NET 247
09-15-2004 01:44 PM
hui mc via .NET 247 Go to last post
0 48
I am writing a little utility to transfer data from a unix based database into sql server. I have an ODBC driver installed, and it seems to work just...
AT
09-14-2004 11:03 AM
Alexander Pinsker Go to last post
2 31
(Type your message here) Oracle parameters have a type 'cursor'. There is an equivalent type for OleDb? -------------------------------- From: Ana...
Ana Popescu via .NET 247
09-07-2004 11:12 AM
Paul Clement Go to last post
1 46
My problem is that I want to fill a dataset from a mysql database, but instead of the german special characters (Umlaut) I get some garbage. I'm...
AT
09-04-2004 02:53 PM
AT Go to last post
0 49
Has anyone been able to step into a stored procedure using VS.Net 2003 on Windows 2003? I have a small console application that I am using to try...
Matt
09-03-2004 01:22 PM
Matt Go to last post
0 31
hi I'm trying to retrieve pictures in my database by using C++ by the help of ADO. I used safearray but it was useless. Every time when I tried to...
sina cetiner via .NET 247
09-01-2004 06:24 AM
sina cetiner via .NET 247 Go to last post
0 45
(Type your message here) slm -------------------------------- From: sina cetiner ----------------------- Posted by a user from .NET 247...
sina cetiner via .NET 247
09-01-2004 06:18 AM
sina cetiner via .NET 247 Go to last post
0 43
On Sat, 28 Aug 2004 05:39:13 -0700, Jeff Lee via .NET 247 <anonymous (AT) dotnet247 (DOT) com> wrote: ¤ There're all the good stuffs in ADO.NET...
Paul Clement
08-30-2004 09:56 AM
Paul Clement Go to last post
0 41
Why would you ask a question about outlook in an odbc newsgroup? If there were such a thing as using ADO.NET to connect with Outlook, you would post...
Bob Grommes
08-29-2004 09:19 PM
Bob Grommes Go to last post
0 37
Cindy's response is excellent and comprehensive. I'd add that using the FoxPro OLE DB driver would be a better alternative in terms of...
Bob Grommes
08-29-2004 09:17 PM
Bob Grommes Go to last post
0 45
Hi Ben, For your first try see the KB article at http://support.microsoft.com/?id=192979, "PRB: VFPODBC Driver Ignores Path in DSN When Executing...
Cindy Winegarden
08-28-2004 01:09 PM
Cindy Winegarden Go to last post
0 50
My VB.Net code ... Dim strConnString As String = "Driver={Lotus NotesSQL Driver...
Thomas Dodds
08-26-2004 10:18 AM
intechpc Go to last post
5 73
Hi, I'm trying to autogenerate UPDATE, INSERT and DELETE commands using OdbcDataAdapter wizard, specifying a simple SELECT query: "SELECT Id, Dummy...
Andrea Biagini
08-26-2004 03:37 AM
Andrea Biagini Go to last post
0 37
Try to prepare the statement, which will check the syntax but won't run it. Chris Fink wrote:
Peter Murray
08-22-2004 09:24 PM
Peter Murray Go to last post
0 45
Does anyone know if a ODBC driver for Pervasive SQL is available for .NET? Thanks
KT
08-18-2004 02:43 PM
Paul Clement Go to last post
1 40
Has anyone successfuly read the ACT! Datafile? We are replacing ACT with an on-house program and would like to migrate the data.
microsoft
08-16-2004 08:49 AM
Paul Clement Go to last post
1 48
I am using a MYSQL Database with VB.NET for a CRM database. No problems yet... Still in development. But multi-user (so far 2) seems to work ok. I...
microsoft
08-14-2004 08:18 PM
microsoft Go to last post
0 42
I have a number of functions which read 1000+ rows from AS400/DB2tables through ODBC using ODBCDataReaders. Intermittently anerror is written to the...
Hami Buckler via .NET 247
08-09-2004 10:56 AM
Kingsley Idehen Go to last post
1 59
When i try to make a new state resource with WSRF.NET, i get this message.System.Data.Odbc.OdbcException: ERROR SQL Server does not exist or access...
Tom
08-06-2004 07:35 AM
Tom Go to last post
0 45
I am using DLLImport of odbc32 in c# to browse Sql Server in the network. Like this private static extern short SQLAllocHandle(short hType, IntPtr...
Vivek Sharma via .NET 247
08-04-2004 07:50 AM
Vivek Sharma via .NET 247 Go to last post
0 39
I have a .NET client application which is trying to connect to an Informix database via SQL Retriever 4.17 I am experiencing an error message which...
Chris Morris
07-31-2004 08:30 AM
Haddock Go to last post
1 54
I have a .NET client application which is trying to connect to an Informix database via SQL Retriever 4.17 I am experiencing an error message which...
Chris Morris
07-30-2004 06:34 AM
Chris Morris Go to last post
0 41
Goog morning, I'am using an adapter to pass an inserting querry withb parametrers. the code is : DA_ins = new OdbcDataAdapter(); DA_ins.SelectCommand...
DotNetJunkies User
07-29-2004 02:46 AM
DotNetJunkies User Go to last post
0 56
iam getting this error when i try to access this thing ('Interop.ADOMD') in share point web part. ADOMD.Catalog ct = new Catalog(); Assembly...
repalley
07-28-2004 04:22 PM
repalley Go to last post
0 51
Dear Group When accessing a ODBC datasource using ADO.NET I get an intermittant exception, it does not happern that oftern, maybe 1 in 500. The...
Samuel P Ludlow
07-28-2004 08:41 AM
Samuel P Ludlow Go to last post
0 41
Post New Thread

Display Options
Showing threads 251 to 300 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.