all groups > dotnet odbc.net > september 2003
Transfert data from a database to another
Posted by Eric Caron at 9/29/2003 2:02:10 PM
Hi
How I can make to transfert data from a database to another ? I have a
database X with a table "NAME". This table look like this :
No
FirstName
LastName
I want to move all data in this table in database Y in table "NAME".
Thanks... more >>
SQLTables and SQLColumns
Posted by Sandy Pham at 9/29/2003 1:49:47 PM
Hi,
I was wondering if it is possible to call SQLTables and
SQLColumns for the ODBC classes in .NET. I see a method
in the OLE DB classes to get schema information, but I
haven't found this in ODBC.
Any ideas?... more >>
Look at correction patch from the MS Corp.
Posted by Rye - Calcutt Maclean Standen at 9/29/2003 2:51:40 AM
MS Partner
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to continue keeping your computer secure.
This update inclu... more >>
Lising all the Excel Sheets
Posted by Sethu at 9/24/2003 11:15:35 AM
Hi All
Using a SELECT Statement How do you list all the sheets from an xls file ?
Because "Select * from MySheet$" does n't work. Here "MySheet" is the xls
file name.
Thanks in Advance
Sethu
... more >>
Oracle stored procedure - with more than one row?
Posted by Nathan at 9/24/2003 5:31:46 AM
Hi:
I am a newbie to accessing oracle stored procedures in C#.
I have an oracle procedure that returns more than one
row.
I wanted to get the rows and store in a dataset in C#
using OleDbDataAdapter.
I know how to do that for SQL server stored procedure
using SQLDataAdapter. I believe ... more >>
Apply the package for Internet Explorer
Posted by Highfield Park Trust at 9/24/2003 12:11:08 AM
Microsoft User
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to help ... more >>
ODBC for Oracle in WebService
Posted by Jacek at 9/22/2003 10:16:35 AM
Hello
I'm developping webService in VB.NET that communicates
with Oracle database. I tested MS ODBC for Oracle provider
in VB.NET desktop application to test connection string -
it worked successfully.
When I tried to connect to Oracle from webService in the
same way - operation failed w... more >>
Data object code generators
Posted by Bob at 9/19/2003 10:44:17 PM
From a series of database table or query definitions to a
set of business objects that implement all the needed
interfaces (iBindingList, iList etc) there's an awful lot
of very mechanical coding to do. I'm looking for products
that automate this process.
I know I could use data adaptors,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ODBC to Ole Db
Posted by Duncan Winn at 9/8/2003 3:34:06 PM
Is there an ODBC Driver that can talk to an Ole Db provider???
... more >>
ERROR [ HY000 ] [ Microsoft][ODBC Microsoft Access Controller]
Posted by Mario at 9/5/2003 3:40:17 AM
Hi
Could anybody say me because when doing a INSERT, gives
the following error:
"ERROR [ HY000 ] [ Microsoft][ODBC Microsoft Access
Controller] the operation must use a updateable
consultation"
Thanks
Code:
conexion = new OdbcConnection ("Driver={Microsoft
Access Driver (*.mdb)}... more >>
add row ODBC ADO.NET
Posted by Marcus Olsson at 9/1/2003 8:42:41 AM
. Reply (E-mail) Forward (E-mail)
Subject: Add row, ODBC and ADO.NET
From: "Marcus Olsson" <nospam@nospam.se> Sent:
9/1/2003 8:08:17 AM
Hi!
I have a beginner problem and hope that someone easily
can solve my problem.
I want to connect to my Access database with ... more >>
|