From: Calvin S. <cal...@ho...> - 2004-06-11 14:50:09
|
Tushar Jagtap, Since your using java you should download and use the java mdbtools jdbc driver which is a port of mdbtools to pure java. Then you can execute a select statement like you would with any other database. Currently the java code is not in cvs so you must download it from the bugs page. Calvin P.S. How's anyone coming on allowing me to check in the java port? ----Original Message Follows---- Hello, I am working on java technology. My application is going to execute on AIX(RS/6000) matchine. Application is nothing but the connect to mdb file which is on AIX m/c only and get the data from that file. May be ur library will help me to write this application for this I want program flow of ur library code. I downloaded ur lib source code but I am not able to understand the flow of library if i want to execute select query then waht are the functions I have to call can u please help me in that. I will write jni interface from that and access ur library in java Regards Tushar Jagtap ************************************************************ HSBC Software Development (India) Pvt Ltd HSBC Center, Riverside, West Avenue, 25-B Raheja Woods, Kalyani Nagar, Pune 411006. Telephone: +91 20 26683000 Fax: +91 20 26681030 ************************************************************ ********************************************************************** This E-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return E-mail. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions. ********************************************************************** ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ mdbtools-dev mailing list mdb...@li... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev _________________________________________________________________ Looking to buy a house? Get informed with the Home Buying Guide from MSN House & Home. http://coldwellbanker.msn.com/ |
From: <br...@br...> - 2004-06-11 21:46:18
|
I would like to create a separate cvs repository, so the java folks don't have to download the C stuff and vice versa. Unfortunately, looking at sourceforge, I'm having difficulty seeing how that is done. Still looking. Brian On Fri, 11 Jun 2004 11:29:49 -0700 (PDT), Jeff Smith wrote: > > --- Calvin Smith <cal...@ho...> wrote: > > P.S. > > How's anyone coming on allowing me to check in the java port? > > As Brian Bruns is the project leader, I think he will have be the one > to > make that call. > > -- Jeff Smith > > > > > > __________________________________ > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger. > http://messenger.yahoo.com/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > From Windows to Linux, servers to mobile, InstallShield X is the > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
From: Calvin S. <cal...@ho...> - 2004-06-11 22:56:35
|
Instead of a creating a separate cvs repository why not just create a new module inside of the repository you have now? Right now the module to checkout is: mdbtools If you create a new module: java-mdbtools then you can checkout whichever module you want and only get java or only get c ----Original Message Follows---- I would like to create a separate cvs repository, so the java folks don't have to download the C stuff and vice versa. Unfortunately, looking at sourceforge, I'm having difficulty seeing how that is done. Still looking. Brian On Fri, 11 Jun 2004 11:29:49 -0700 (PDT), Jeff Smith wrote: > > --- Calvin Smith <cal...@ho...> wrote: > > P.S. > > How's anyone coming on allowing me to check in the java port? > > As Brian Bruns is the project leader, I think he will have be the one > to > make that call. > > -- Jeff Smith > > > > > > __________________________________ > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger. > http://messenger.yahoo.com/ > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > From Windows to Linux, servers to mobile, InstallShield X is the > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ mdbtools-dev mailing list mdb...@li... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev _________________________________________________________________ Get fast, reliable Internet access with MSN 9 Dial-up now 3 months FREE! http://join.msn.click-url.com/go/onm00200361ave/direct/01/ |
From: Matt R. <mre...@te...> - 2004-06-11 23:10:19
|
On Fri, 2004-06-11 at 14:46, br...@br... wrote: > I would like to create a separate cvs repository, so the java folks > don't have to download the C stuff and vice versa. Unfortunately, > looking at sourceforge, I'm having difficulty seeing how that is done. > Still looking. >=20 > Brian AFAI remember, SF doesn't really let you create new reps, just new modules in the reps. You could just create a new module called "java" and have it grab just the folders you want? Also, I'm trying to download the repository from CVS, but I can't seem to login (just never returning from login). Any ideas why that might be? --=20 Matt Reynolds <mre...@te...> |
From: Michael W. <mw...@ic...> - 2004-06-14 09:02:06
|
On Fri, Jun 11, 2004 at 04:10:06PM -0700, Matt Reynolds wrote: > On Fri, 2004-06-11 at 14:46, br...@br... wrote: > > I would like to create a separate cvs repository, so the java folks > > don't have to download the C stuff and vice versa. Unfortunately, > > looking at sourceforge, I'm having difficulty seeing how that is done. > > Still looking. > > > > Brian > > AFAI remember, SF doesn't really let you create new reps, just new > modules in the reps. You could just create a new module called "java" > and have it grab just the folders you want? > > Also, I'm trying to download the repository from CVS, but I can't seem > to login (just never returning from login). Any ideas why that might > be? The CVS server was originally cvs.mdbtools.sourceforge.net, but is now apparently cvs.sourceforge.net. Make sure you're using the right server name. For access to CVS via pserver, "cvs login" only adds a line to your ~/.cvspass file. If you have the correct server, but "cvs login" doesn't work, just add the following line to your ~/.cvspass file and try a checkout. (Of course if the login failed, the checkout probably will too...): /1 :pserver:ano...@cv...:2401/cvsroot/mdbtools A The "A" is the encoded form of the null password. -- Michael Wood <mw...@ic...> |
From: Matt R. <mre...@te...> - 2004-06-14 18:07:04
|
On Mon, 2004-06-14 at 02:01, Michael Wood wrote: > The CVS server was originally cvs.mdbtools.sourceforge.net, but is now > apparently cvs.sourceforge.net. Make sure you're using the right server > name. I think the cvs.mdbtools.sf.net is a cname for cvs.sf.net. As it turns out, it was just a bit of network downtime. > For access to CVS via pserver, "cvs login" only adds a line to your > ~/.cvspass file. If you have the correct server, but "cvs login" > doesn't work, just add the following line to your ~/.cvspass file and > try a checkout. (Of course if the login failed, the checkout probably > will too...): <snip> Thanks, yeah, I ended up doing this manually. BTW, I'm subscribed to the list, no need to CC me on mail. --=20 Matt Reynolds <mre...@te...> |
From: <br...@br...> - 2004-06-16 22:48:06
|
Calvin, I granted you CVS commits, which I think will give you the ability to do what you need. If not, somebody please tell me what else is needed. I'm not setting up cvs_acls or anything, so be careful.=20=20 How about mdbtools-java or just mdbtools-j for a module name (thus extending nicely if we add other languages (or bindings) down the road)? Brian On Fri, 11 Jun 2004 17:56:05 -0500, "Calvin Smith" wrote: >=20 > Instead of a creating a separate cvs repository why not just create a > new=20 > module inside of the repository you have now? > Right now the module to checkout is: mdbtools > If you create a new module: java-mdbtools then you can checkout > whichever=20 > module you want and only get java or only get c >=20 >=20 > ----Original Message Follows---- > I would like to create a separate cvs repository, so the java folks > don't have to download the C stuff and vice versa. Unfortunately, > looking at sourceforge, I'm having difficulty seeing how that is done. > Still looking. >=20 > Brian >=20 > On Fri, 11 Jun 2004 11:29:49 -0700 (PDT), Jeff Smith wrote: >=20 > > > > --- Calvin Smith <cal...@ho...> wrote: > > > P.S. > > > How's anyone coming on allowing me to check in the java > port? > > > > As Brian Bruns is the project leader, I think he will have be the > one > > to > > make that call. > > > > -- Jeff Smith > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Friends. Fun. Try the all-new Yahoo! Messenger. > > http://messenger.yahoo.com/ > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the new InstallShield X. > > From Windows to Linux, servers to mobile, InstallShield X is the > > one installation-authoring solution that does it all. Learn more > and > > evaluate today! http://www.installshield.com/Dev2Dev/0504 > > _______________________________________________ > > mdbtools-dev mailing list > > mdb...@li... > > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > From Windows to Linux, servers to mobile, InstallShield X is the > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev >=20 > _________________________________________________________________ > Get fast, reliable Internet access with MSN 9 Dial-up =96 now 3 months > FREE!=20 > http://join.msn.click-url.com/go/onm00200361ave/direct/01/ |
From: Igor K. <ik...@ea...> - 2005-11-05 03:18:33
|
Thank you for the reply, Sam. What do you mean by "configure windows to share it via obc"? What I did is following: 1. Create a shared directory on the Windows box. 2. Put an MDB file there. 3. Mount this share from Linux as CIFS with "rw" access. 4. Create the odbc.ini section for such file. I didn't put the "port=" line in there. Now the problem, I can connect using unixODBC isql, but the "SELECT" command fails. Did I miss anything? Thank you. -----Original Message----- From: Sam Moffatt <pa...@gm...> Sent: Nov 4, 2005 6:02 PM To: Igor Korot <ik...@ea...> Cc: mdb...@li... Subject: Re: [mdb-dev] (no subject) If it is on another computer, what operating system is that other computer running? If it's running windows, just configure windows to share it via odbc and connect to that computer using pure odbc and you should be fine. Sam On 11/5/05, Igor Korot <ik...@ea...> wrote: > Hi, ALL, > Can I use an mbtools software to connect to the ACCESS file on another compuer using the ODBC? What woul be the odbc.ini file in this case? > > Thank you. > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ mdbtools-dev mailing list mdb...@li... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
From: Sam M. <pa...@gm...> - 2005-11-05 03:54:17
|
Apparently you can configure ODBC to share resources remotely. I can't say I've ever done it or know where to start. But if you can do this, then I would suggest that this would mean that Windows accesses the database and you can use plain ODBC which should be better supported. What version of MDB tools are you using and have you compiled unixODBC with mdb tools support? On 11/5/05, Igor Korot <ik...@ea...> wrote: > Thank you for the reply, Sam. > What do you mean by "configure windows to share it via obc"? > What I did is following: > 1. Create a shared directory on the Windows box. > 2. Put an MDB file there. > 3. Mount this share from Linux as CIFS with "rw" access. > 4. Create the odbc.ini section for such file. I didn't put the "port=3D" = line in there. > > Now the problem, I can connect using unixODBC isql, but the "SELECT" comm= and fails. > > Did I miss anything? > > Thank you. > > -----Original Message----- > From: Sam Moffatt <pa...@gm...> > Sent: Nov 4, 2005 6:02 PM > To: Igor Korot <ik...@ea...> > Cc: mdb...@li... > Subject: Re: [mdb-dev] (no subject) > > If it is on another computer, what operating system is that other > computer running? If it's running windows, just configure windows to > share it via odbc and connect to that computer using pure odbc and you > should be fine. > > Sam > > On 11/5/05, Igor Korot <ik...@ea...> wrote: > > Hi, ALL, > > Can I use an mbtools software to connect to the ACCESS file on another = compuer using the ODBC? What woul be the odbc.ini file in this case? > > > > Thank you. > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Dow= nload > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > mdbtools-dev mailing list > > mdb...@li... > > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Downl= oad > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > > |
From: Igor K. <ik...@ea...> - 2005-11-06 06:38:12
|
I didn't know that. Is it with the some kind of ODBC bridge? Problem is they are not with the GPL, so no help here... I am trying to use mdbtools 0.5 and unixODBC 2.2.11-r1. The unixODBC compiled without the mdbtools support, I guess. I didn't see anything in the configure script for unixODBC that puts the additional flag for the mdbtools... Also, is there any setup library for the mdbtools, that I can use to set up the DSN from ODBCConfig? Thank you. -----Original Message----- From: Sam Moffatt <pa...@gm...> Sent: Nov 4, 2005 7:47 PM To: Igor Korot <ik...@ea...> Cc: mdb...@li... Subject: Re: [mdb-dev] (no subject) Apparently you can configure ODBC to share resources remotely. I can't say I've ever done it or know where to start. But if you can do this, then I would suggest that this would mean that Windows accesses the database and you can use plain ODBC which should be better supported. What version of MDB tools are you using and have you compiled unixODBC with mdb tools support? On 11/5/05, Igor Korot <ik...@ea...> wrote: > Thank you for the reply, Sam. > What do you mean by "configure windows to share it via obc"? > What I did is following: > 1. Create a shared directory on the Windows box. > 2. Put an MDB file there. > 3. Mount this share from Linux as CIFS with "rw" access. > 4. Create the odbc.ini section for such file. I didn't put the "port=" line in there. > > Now the problem, I can connect using unixODBC isql, but the "SELECT" command fails. > > Did I miss anything? > > Thank you. > > -----Original Message----- > From: Sam Moffatt <pa...@gm...> > Sent: Nov 4, 2005 6:02 PM > To: Igor Korot <ik...@ea...> > Cc: mdb...@li... > Subject: Re: [mdb-dev] (no subject) > > If it is on another computer, what operating system is that other > computer running? If it's running windows, just configure windows to > share it via odbc and connect to that computer using pure odbc and you > should be fine. > > Sam > > On 11/5/05, Igor Korot <ik...@ea...> wrote: > > Hi, ALL, > > Can I use an mbtools software to connect to the ACCESS file on another compuer using the ODBC? What woul be the odbc.ini file in this case? > > > > Thank you. > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > mdbtools-dev mailing list > > mdb...@li... > > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ mdbtools-dev mailing list mdb...@li... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
From: Jeff S. <why...@ya...> - 2005-11-06 09:11:46
|
--- Igor Korot <ik...@ea...> wrote: > I didn't know that. Is it with the some kind of ODBC bridge? Problem is they are not > with the GPL, so no help here... That's what it sounds like Sam is talking about. > I am trying to use mdbtools 0.5 and unixODBC 2.2.11-r1. The unixODBC compiled without I would highly recommend somthing newer than mdbtools 0.5. At least 0.6pre1, and preferably CVS. > the mdbtools support, I guess. I didn't see anything in the configure script for > unixODBC that puts the additional flag for the mdbtools... No, unixODBC does not come with any kind of mdbtools support. > Also, is there any setup library for the mdbtools, that I can use to set up the DSN > from ODBCConfig? The library libmdbodbc.so contains both the Driver and the Setup portions. -- Jeff Smith __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Igor K. <ik...@ea...> - 2005-11-06 17:09:22
|
Thank you for the reply, Jeff. Now, Is the version you recommend stable (i.e. buildable)? Also, for some reason, I couldn't run the setup portion of the library. Right n ow I upgraded the unixODBC to 2.2.11-r1, but it has a bug. And I don't remember what eror or problem I had. When the bug is fixed, I will let you know... Thank you. -----Original Message----- From: Jeff Smith <why...@ya...> Sent: Nov 6, 2005 1:11 AM To: Igor Korot <ik...@ea...> Cc: mdb...@li... Subject: Re: [mdb-dev] (no subject) --- Igor Korot <ik...@ea...> wrote: > I didn't know that. Is it with the some kind of ODBC bridge? Problem is they are not > with the GPL, so no help here... That's what it sounds like Sam is talking about. > I am trying to use mdbtools 0.5 and unixODBC 2.2.11-r1. The unixODBC compiled without I would highly recommend somthing newer than mdbtools 0.5. At least 0.6pre1, and preferably CVS. > the mdbtools support, I guess. I didn't see anything in the configure script for > unixODBC that puts the additional flag for the mdbtools... No, unixODBC does not come with any kind of mdbtools support. > Also, is there any setup library for the mdbtools, that I can use to set up the DSN > from ODBCConfig? The library libmdbodbc.so contains both the Driver and the Setup portions. -- Jeff Smith __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ mdbtools-dev mailing list mdb...@li... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
From: Igor K. <ik...@ea...> - 2005-11-11 23:27:31
|
OK, I successfully build the unixODBC 2.2.12, added the libmdbodbc.sofile as the driver and the setup library. But when I tried to add the DSN, I got the error message box, saying that "Could not construct a property list for ()". Also I have a 0.5 version of mdbtools right now. As far as I understand this is the last stable version available ( I am not talking development version). Also, be advised that I build it without the graphical support, just plain ODBC. Thank you on the follow-up on this. -----Original Message----- From: Igor Korot <ik...@ea...> Sent: Nov 6, 2005 9:04 AM To: Jeff Smith <why...@ya...> Cc: mdb...@li... Subject: Re: [mdb-dev] (no subject) Thank you for the reply, Jeff. Now, Is the version you recommend stable (i.e. buildable)? Also, for some reason, I couldn't run the setup portion of the library. Right n ow I upgraded the unixODBC to 2.2.11-r1, but it has a bug. And I don't remember what eror or problem I had. When the bug is fixed, I will let you know... Thank you. -----Original Message----- From: Jeff Smith <why...@ya...> Sent: Nov 6, 2005 1:11 AM To: Igor Korot <ik...@ea...> Cc: mdb...@li... Subject: Re: [mdb-dev] (no subject) --- Igor Korot <ik...@ea...> wrote: > I didn't know that. Is it with the some kind of ODBC bridge? Problem is they are not > with the GPL, so no help here... That's what it sounds like Sam is talking about. > I am trying to use mdbtools 0.5 and unixODBC 2.2.11-r1. The unixODBC compiled without I would highly recommend somthing newer than mdbtools 0.5. At least 0.6pre1, and preferably CVS. > the mdbtools support, I guess. I didn't see anything in the configure script for > unixODBC that puts the additional flag for the mdbtools... No, unixODBC does not come with any kind of mdbtools support. > Also, is there any setup library for the mdbtools, that I can use to set up the DSN > from ODBCConfig? The library libmdbodbc.so contains both the Driver and the Setup portions. -- Jeff Smith __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ mdbtools-dev mailing list mdb...@li... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
From: Jeff S. <why...@ya...> - 2005-11-14 03:25:06
|
--- Igor Korot <ik...@ea...> wrote: > I successfully build the unixODBC 2.2.12, added the libmdbodbc.sofile as the driver and > the setup library. > But when I tried to add the DSN, I got the error message box, saying that "Could not > construct a property list for ()". > Also I have a 0.5 version of mdbtools right now. As far as I understand this is the > last stable version available ( I am not talking development version). > Also, be advised that I build it without the graphical support, just plain ODBC. 0.5 is too out of date to be of much use, even if it is the last stable release. It did not have the odbcinst interface built in (which is what is required of the setup library in unixODBC). At the least, use 0.6pre1. Preferably, use what is current in cvs. Even though it is not 'stable', it is actually in a lot better shape than 0.5. -- Jeff Smith __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
From: Jeff S. <why...@ya...> - 2004-06-11 18:29:55
|
--- Calvin Smith <cal...@ho...> wrote: > P.S. > How's anyone coming on allowing me to check in the java port? As Brian Bruns is the project leader, I think he will have be the one to make that call. -- Jeff Smith __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ |