Changing Access Database Password - ?
Thu, 5 May 2005 16:40:01 -0700
Greetings & Salutations,
I am having a few problems trying to get the .NET data framework to work
properly with Access database files (suprised?)
I breifly investigated using ODBC to connect to my database, however, I was
unable to locate any facilities that would enable me to open a password
protected ...
|
Parameter Error when using ODBC
5 May 2005 10:11:53 -0700
Hi,
I am having a puzzling problem with ODBC connection. I am trying to
insert into Access database.I got this error when I run my code "ERROR
[07002] [Microsoft][ODBC Microsoft Access Driver] Too few parameters.
Expected 2." I took the same insert command and used in Access directly
and the insert was succ ...
|
ODBC Microsoft dBase III driver and C#
Tue, 26 Apr 2005 11:02:23 -0700
I know, don't laugh! We have an old legacy app that uses dBase III+ files.
They will be replaced over the next couple of years with .NET apps and an
SQL Server database.
But for now I need to access the data using C# in an ASP.NET app. I can read
all the data just fine. The problem comes when I try to Insert ...
|
Problem with ConnectionString and MySQL
Tue, 26 Apr 2005 11:30:49 +0200
Hey everybody,
since System.Data.Odbc lacks support of SQLTables,
I decided to write a little Class to call this
function by invoking it from the native odbc32.dll.
It works by now really fine except, when I try to
connect to a DSN without giving a uid and pwd.
The SQLConnect()-function seems to override ...
|
Manual DBase Parsing
25 Apr 2005 12:30:49 -0700
Does anyone know how to parse a dbase file manually or have any leads
for me to follow on this topic. I cant use Jet, its too slow.
...
|
ODBC.Net
Fri, 22 Apr 2005 15:14:03 -0700
Hello!
1. I am trying to list the SQL servers installed on a machine...using .NET.
Is it posible to do this? Are the any magic class in .Net designed for such
a job?
Please help.
2. I am trying to list the ODBC drivers installed on a machine...using .NET.
Is it posible to do this? Are the any magic class ...
|
DBCS character problem
Thu, 21 Apr 2005 23:25:09 +0800
Hi,
I use iSeries Access ODBC DSN to connect to AS/400 DB2 to retrieve address,
in which some of the fields are DBCS (in Chinese).
When I use VB6 to retrieve, all are normal.
When I use VB.NET to retrieve, some characters became blank.
Both program connects to the same souce thru the same DSN, and retriev ...
|
|
|
Parches de microsoft
Thu, 21 Apr 2005 17:09:28 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
Parches de microsoft
Thu, 21 Apr 2005 15:43:35 +0200
Me han mandado un parche por correo para mi windows pero no se si abrirlo, tengo miedo ^^ ...
|
Oracle 10g with ODBC and C#
Wed, 20 Apr 2005 15:25:37 -0700
I get the following exception when I do connection.open()
System.Data.Odbc.OdbcException: ERROR [IM003] Specified driver could not be
loaded due to system error 5 (Oracle in OraClient10g_home1)
The connection string I use is:
Driver={Oracle in
OraClient10g_home1};Server=ORCL_DEVELOPMENT;Uid=MyUser;Pwd= ...
|