| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Greetings,
I am getting this error when I try to populate a DataTable by executing a
stored procedure on a SQL Server 2000 database through an ODBC...
Chris Hayes
|
07-28-2004 06:05 AM
DotNetJunkies User | 6 | 49 |
|  | Hi everyone,
Is it possible to use an ODBC datasource with a SqlConnection object? If we use SQL Server, we can create a SqlConnection, then drag...
Mike LaRocca
|
07-16-2004 11:44 AM
Paul Clement | 1 | 43 |
|  | I have an interesting problem reading data from a dbf table
I can create a dbf table in excel, save it then use odbc in .net to read it - ok.
I can...
Doug Collie
|
07-16-2004 11:21 AM
Paul Clement | 5 | 60 |
|  | environment:
Win 2000
SqlServer2000
ReportServices
Reports and ReportServer virtual directories set to Windows authentication
-- Sample reports...
jerry
|
07-11-2004 11:15 AM
jerry | 0 | 33 |
|  | The following code:
ADOX.Catalog mdb = new ADOX.CatalogClass();
try
{
mdb.Create("Provider=Microsoft.Jet.OLEDB.4.0;" +
"Data Source=" + mdbPath +...
Enzo
|
07-07-2004 06:18 PM
Enzo | 2 | 48 |
|  | Ok, what is the trick!!!
I am using C# to read a FoxPro DBF file.
I do the following:
Private DataSet getDBFData(string dbfFile)
{
DataSet ds =...
Enzo
|
07-06-2004 02:46 PM
Paul Clement | 1 | 47 |
|  | Does anybody know if there is possibility in .NET to connect to an existing local DataSet like you usually connect to a remote DB?
I have multiple...
kenanja
|
07-01-2004 07:05 AM
kenanja | 0 | 42 |
|  | Does anybody know if there is possibility in .NET to connect to an existing local DataSet like you usually connect to a remote DB?
I have multiple...
kenanja
|
07-01-2004 07:04 AM
kenanja | 0 | 60 |
|  | Hi ,
I use ODBC DSN to connect Oracle.
string newConnString ="DSN=OracleTest;UID=tt;PWD=pp";
OdbcConnection m_connection = new...
XuChunming
|
06-29-2004 01:22 PM
Roy Sinclair | 8 | 112 |
|  | Scratch that. Looks like it is working and I was just choosing the incorrect database (among other things).
"Kevin" wrote:
Kevin
|
06-24-2004 12:20 PM
Kevin | 2 | 47 |
|  | On Wed, 23 Jun 2004 13:02:01 -0700, "Frans Vander Meiren" <Frans Vander
Meiren (AT) discussions (DOT) microsoft.com> wrote:
¤ Hi
¤
¤ Anyone who can...
Paul Clement
|
06-24-2004 09:11 AM
Paul Clement | 0 | 39 |
|  | Hey, I'm moving a VB application to C# and the VB program
accessed a datasource through ADO using the OLE DB
provider for ODBC drivers. I'm able to... |
06-23-2004 10:20 AM
Mike | 6 | 45 |
|  | Hi everybody,
I'm trying to use an odbc connection to get the list of the available tabls
in my database. But I cant't find the right way to do...
Robin HOIZEY \(Hotmail\)
|
06-14-2004 01:37 PM
Paul Clement | 1 | 41 |
|  | I am using a databaseconnection via ODBC to Sybase ASA 9.01
After updating a dataset and updating fails against table T1 ( Primary key
would not be...
Peter
|
06-14-2004 09:44 AM
Peter | 0 | 54 |
|  | Hi
1-I have IBM Client Access installed on Serve
2-I have created a system ODBC on the machin
I'm trying to connect to AS400 data but the following...
Frameit
|
06-14-2004 09:34 AM
Peter | 1 | 62 |
|  | Hi,
Looking for ODBC driver for clipper which can create correct DBF&CDX file
for old clipper application.
--
Thanks,
Maxim Kazitov
Maxim Kazitov
|
06-10-2004 11:24 AM
Maxim Kazitov | 0 | 37 |
|  | Hi ..
please see the code below..
I have two tables Centrals and Devices both having Central_Id asa common field..I am able to display the Centals...
sups sups via .NET 247
|
06-09-2004 01:12 AM
sups sups via .NET 247 | 0 | 39 |
|  | (Type your message here)
I have a doubt in asp.net. I am using a datagrid and on click
of edit button I get the required fields to be edited in...
shanthi ks via .NET 247
|
06-05-2004 02:22 PM
shanthi ks via .NET 247 | 0 | 45 |
|  | Has anybody done anything on this? I have exactly the same scenario.
Thanks.
---
Posted using Wimdows.net NntpNews Component -
Post Made from...
tsun@-NOSPAM-avectra.com
|
06-01-2004 12:01 PM
tsun@-NOSPAM-avectra.com | 0 | 41 |
|  | dear si
i'm developing a web application using c#.net connecting to sybase12.0 DB i received the following erro
ERROR Data source name not found...
khaldoun
|
06-01-2004 12:21 AM
khaldoun | 0 | 35 |
|  | Hello, I have created a connection string to a siebel database and have
been able to connect and retrieve records using ADODB and the...
Charles A. Lackman
|
05-28-2004 07:57 PM
Charles A. Lackman | 0 | 46 |
|  | I am using a dataAdapter to execute a stored procedure that fills a
datatable that has already been created. This works fine when
returning one...
AT
|
05-25-2004 10:40 PM
AT | 0 | 47 |
|  | Hello!
I have two database applications that I must merge the data from to
produce a file for a third database.
One system is running a Microsoft...
AT
|
05-25-2004 08:13 AM
AT | 0 | 41 |
|  | Hi,
I downloaded ODBC.NET from Microsoft and installed on my machine. My
C# code keeps failing to connect to a MySQL database, the error is:
ERROR ...
AT
|
05-24-2004 10:19 PM
AT | 0 | 41 |
|  | Hi
I am stuck (don't asky why) with using the Micrsosoft.Data.ODBC provider to connect to my SQL Server database
When I try to execute a specific...
Vishal Makhija
|
05-20-2004 04:21 AM
Vishal Makhija | 0 | 43 |
|  | I have a database in data.dbf
Now, I want to add a new column to this datebase. I write it in C#.
My code is:
string nazwa =...
AT
|
05-19-2004 07:57 PM
Cindy Winegarden | 1 | 50 |
|  | Hi
I want to execute an oracle stored procedure from ADO.NET which has a table%rowtype input parameter
is it possible
is there nay alternate...
Hmnt
|
05-15-2004 08:41 AM
Hmnt | 0 | 38 |
|  | Hello,
I am working on a VB.Net application accessing DB2 using ODBC classes.
I am able to connect to the DB2 database, fill a dataset and bind it...
Mona Syed
|
05-14-2004 12:30 PM
Mona Syed | 0 | 42 |
|  | I have a need to list all the tables in a MS access database using ODBC
How can this be acheieved ?
Steve
|
05-14-2004 10:38 AM
Mythran | 1 | 45 |
|  | I've set up a MySql server on a Linux machine, and installed theMyODBC drives on a windows XP machine on the same network. WhenI test the connect of...
Renski via .NET 247
|
05-12-2004 11:54 PM
Renski via .NET 247 | 0 | 32 |
|  | Hi,
I use Microsoft Visual Basic .NET studio, and I created a VB project.
I would like to create a new connection on the Server Explorer view.
I...
AT
|
05-11-2004 02:59 AM
AT | 0 | 42 |
|  | I have 2 connections for the same application with COM+ component
I run SELECT , UPDATE, DELETE, INSERT in ORACLE Database
Sometime (after 4 or 5 hit...
tt
|
05-10-2004 09:17 AM
tt | 0 | 42 |
|  | I've tried every possible combination of commands to insert a new record
into an Access table, and it just won't happen. Does anyone know if...
Curt Emich
|
05-08-2004 09:47 PM
Curt Emich | 0 | 50 |
|  | Can someone tell me specifically what's missing in this code so that it
won't write the record into the database? Please, no references to...
Curt Emich
|
05-08-2004 08:29 PM
Curt Emich | 0 | 47 |
|  | I'm trying to insert a new record into an MS Access table. The code below
compiles and runs, but it doesn't write a record into the table. ...
Curt Emich
|
05-07-2004 11:28 AM
Curt Emich | 0 | 45 |
|  | Hi, All
I have a Problem when I'm working with Informix Dynamic Server DataBase,
and VB.NET as tools Developmen,
the problem is when a Run my...
Rodri Ram
|
05-07-2004 08:37 AM
Paul Clement | 1 | 46 |
|  | I am developing the web application under the following environment
Window 200
..NET Framework 1.
Mainframe DB2 databas
I need to use...
John Good
|
05-04-2004 04:06 PM
John Good | 0 | 53 |
|  | I'm trying to insert a new record into an Access table based on values in
the controls on a web form. I've tried a combination of techniques, none...
Curt Emich
|
05-04-2004 12:07 PM
Curt Emich | 0 | 39 |
|  | I've created a small Visual Interdev project to run reports. This hits
an Oracle 7.3 database. I've created a DSN using the Oracle73Ver2.5
driver. ...
skeelo
|
05-04-2004 09:47 AM
skeelo | 0 | 35 |
|  | hi
want to use mysql with Visual Studio NET (C++) and i want to try get a connection with MySQL I think I need to include the
Microsoft.Data.Odbc...
Indian Indian via .NET 247
|
05-03-2004 10:17 AM
Indian Indian via .NET 247 | 0 | 35 |
|  | Hi All
I'm having a problem connecting to an Oracle database using C#
I have a service name : "SN
I have a user id :"UID
I have a password :...
Dave
|
04-28-2004 03:16 AM
Dave | 0 | 40 |
|  | Hi all,
Visual Studio has a neat server explorer that allows you drag tables
onto a form and then does all the SQL code generation for you.
This...
Patrick Kirk
|
04-27-2004 07:17 AM
Patrick Kirk | 0 | 31 |
|  | Just a page I came up with that some might appreciate:
http://matt.game-host.org/examples/odbc/designtimemysql.html
Thanks,
Matt
ME
|
04-27-2004 01:19 AM
ME | 0 | 51 |
|  | Hello,
I am working with an Access Database and am trying to return a Querry that
is between two specified dates, I have tried the following and...
Charles A. Lackman
|
04-23-2004 12:56 PM
Charles A. Lackman | 0 | 36 |
|  | CORRECTION: I tried everything BUT giving full permissions to the
"everyone" user in the security group. That did the trick.
*** Sent via...
Curt Emich
|
04-22-2004 11:16 PM
Curt Emich | 0 | 33 |
|  | I am trying to access an Access query that uses the CurrentUser function
from VB. The query runs fine in Access but gives me a Undefined...
Steve Dowling
|
04-20-2004 12:38 PM
Paul Clement | 1 | 44 |
|  | I am trying to read from an Access query that selects records based on the
CurrentUser function.
This function works fine in Access but fails when I...
Steve
|
04-20-2004 07:39 AM
Steve | 0 | 39 |
|  | I need to retrieve schema information from an Odbc provider - basically I
need to know which tables are available and what the indexes are on...
Tony
|
04-19-2004 10:06 AM
Paul Clement | 3 | 45 |
|  | Hi all,
I try to migrate an application ASP to ASP.NET(C#).
This application get data from a SAGE database located on a server. I
test my ODBC...
AT
|
04-16-2004 07:47 AM
rtypes | 3 | 54 |
|  | Hi,
I have an ASP .NET application that successfully opens and reads an
Excel file on when running on 3 servers. Unfortunately, on a 4th
server...
AT
|
04-14-2004 12:41 PM
AT | 0 | 33 |