FoxPro database via ole db in Reporting Services
Mon, 27 Mar 2006 06:04:02 -0800
Hi,
I'm accessing a FoxPro database via ole db and ths works fine on my local
report server. However, when I deploy the report to the live report server
I'm getting the error 'Invalid path or file name'
The FoxPro database is on a separate server and the connection string is :
string connectionString = ...
|
prepare statement in C# for mysql, And why the IDbConnection does not have method to CreateDataAdapter()?
Wed, 22 Mar 2006 22:25:33 +0800
Hi,
I downloaded the latest version of mysql 5.0 and its .NET driver, I copied
the sample code from mysql 5.0 manual to do use prepared statement in C#.
But indeed I got a run time error say that "#42000You have an error in your
SQL syntax; ..."
I tried variuos format and I get regular statement(with para ...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:15:33 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:15:27 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 09:02:09 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 09:02:01 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:21:07 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
|
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:21:02 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
exception class
Thu, 16 Mar 2006 12:54:51 +0530
hi to all,
I have created table with a primary key named as employeeid in sql server
2000
In the application side(vb.net), when I put same employeeid as already
existing in record of a table,
I gives an exception
What should i write in catch statement( followed by message box? So that
user can enter ...
|
update command no action occurs syntax missing what?
Sat, 11 Mar 2006 07:57:45 -0800
this is the call
private void Page_Load(object sender, System.EventArgs e)
{
OdbcConnection connection = new OdbcConnection ("DSN=PFW52");
CreateDataAdapter(connection);
}
this is the code, no errors, but NO UPDATE I have to use ODBC I just need to
update a field based on a key, EMBARASSED to say days ...
|