Re: [Mono-list] DB2 Status? (db2_36.so and DB2 9 Viper, etc)

2006-09-02 Thread Daniel Morgan
Take a look at you mono_prefix/etc/mono/config file.

The filename is just config.

Look for a dllmap entry.
Change the target to whatever shared library you have.

If there is no entry there add it. 
An example:



Or.



Or.



dll is the library it is looking for or whatever it is
defined in the DllImport attribute.
target is the library filename to map the dll to.

By the way, the DB2 provider is unmaintained.  Unless,
you care to provide patches. 
So, I recommend using the ODBC provider instead.


--- Jesse Sightler <[EMAIL PROTECTED]> wrote:

> Hi All,
> 
> I just tried running a test against DB2 from Mono
> using the
> IBM.Data.DB2 provider in Mono, and received the
> following error:
> 
> Unhandled Exception: System.DllNotFoundException:
> db2_36
> 
> I am assuming this is because I do not have the
> db2_36.so library.
> What is interesting, though, is that the DB2 V9
> ExpressC installation
> that I am trying to run this against also does not
> seem to have this
> library (or any other db2_xx.so libs).
> 
> Is there a version of Mono that will work with DB2
> 9?  Or is there
> some other workaround available?
> 
> I saw the page at
> http://www.mono-project.com/IBM_DB2 but it is very
> light on details (version numbers).
> 
> Thanks,
> Jess
> ___
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Update webpage

2006-09-02 Thread Jorge Bastos



Hi guys,
In the page below, you should change the bytefx.data to mysql.data, sinse 
it doesn't belongs here no more.
 
http://www.mono-project.com/ADO.NET
 
DBProviderAssembly is the assembly of the ADO.NET 
provider. For example: "ByteFX.Data"
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] DB2 Status? (db2_36.so and DB2 9 Viper, etc)

2006-09-02 Thread Jesse Sightler
Hi All,

I just tried running a test against DB2 from Mono using the
IBM.Data.DB2 provider in Mono, and received the following error:

Unhandled Exception: System.DllNotFoundException: db2_36

I am assuming this is because I do not have the db2_36.so library.
What is interesting, though, is that the DB2 V9 ExpressC installation
that I am trying to run this against also does not seem to have this
library (or any other db2_xx.so libs).

Is there a version of Mono that will work with DB2 9?  Or is there
some other workaround available?

I saw the page at http://www.mono-project.com/IBM_DB2 but it is very
light on details (version numbers).

Thanks,
Jess
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono.Data.Sqlite problem to check the content of my database with external program

2006-09-02 Thread Nicolas Cornu
Hello,

I use Mono.Data.Sqlite.dll in my ASP.NET project on Windows
The application create all the needed table.
I can read an insert into them.
If i use any program to see the content of my database it does not show 
any table
If i create the table using one of this program i can read or insert 
into created table with the web application.

On Linux i remenber that i created the database with Sqlite3 and i can 
iread and insert into it form the web application that i run with Xsp2.

I would like to see the content of my table with any sqlite database 
visualizer program and ba able to use it in my web project.

In advance thanks,

Cornu Nicolas
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono.Data.Sqlite problem

2006-09-02 Thread Nicolas Cornu
Hello,

I use Mono.Data.Sqlite.dll in my ASP.NET project on Windows
The application create all the needed table.
I can read an insert into them.
If i use any program to see the content of my database it does not show 
any table
If i create the table using one of this program i can read or insert 
into created table with the web application.

On Linux i remenber that i created the database with Sqlite3 and i can 
iread and insert into it form the web application that i run with Xsp2.

I would like to see the content of my table with any sqlite database 
visualizer program and ba able to use it in my web project.

In advance thanks,

Cornu Nicolas
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list