Is there a to access ODBC setting?

Hi,
My platform is MSW (Windows XP) and I need to add new entry in "Data
Sources (ODBC)" (located in Control Panel -> Administrative Tools).
Is there a way to do this?
Thank.

Ilia Kats wrote:

Hi,
My platform is MSW (Windows XP) and I need to add new entry in "Data
Sources (ODBC)" (located in Control Panel -> Administrative Tools).
Is there a way to do this?
Thanks.

Just rephrased the subject....

Ilia Kats wrote:

Ilia Kats wrote:

Hi,
My platform is MSW (Windows XP) and I need to add new entry in "Data
Sources (ODBC)" (located in Control Panel -> Administrative Tools).
Is there a way to do this?
Thanks.

Just rephrased the subject....

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org

Hello Ilia, avoid the adding to "Data Sources (ODBC)"

use DSN-less Access to Data Sources:

and also google for DSN-less

Anywhay, to add a DSN , read this article:

http://support.microsoft.com/default.aspx?scid=kb;EN-GB;q184608

Harald Armin Massa wrote:

> Ilia Kats wrote:

Hi,
My platform is MSW (Windows XP) and I need to add new entry in "Data
Sources (ODBC)" (located in Control Panel -> Administrative Tools).
Is there a way to do this?
Thanks.

Hello Ilia, avoid the adding to "Data Sources (ODBC)"

use DSN-less Access to Data Sources:

e-coli.net

and also google for DSN-less

Anywhay, to add a DSN , read this article:

http://support.microsoft.com/default.aspx?scid=kb;EN-GB;q184608

Thanks Harald. I read the articles and I find them very usefull.

I am writing a data-driven application, using the mx.ODBC module to connect
to MS Access. Is there somebody "out there" that is familiar with this
module limitations (and capabilities)? I need to implement a multi-user
interface and to be honest I have no clue where to start. Any help will be
appreciated.
Many thanks in advance.