From: Eduardo <edu...@ic...> - 2007-08-29 19:58:11
|
Hi all! I'm not using FB Compact, at this moment .. :) Install Linux-Debian 4.0. I don't have any problem with the hardware fortunately, so "next, next". Install FB 2.0.1 Classic server. Donwload FB Classic Server 2.0.2 .tar.gz Extract ... In the folder you extract, you can see de "install.sh" file. Execute to install. Be careful with the permissions and paths (you must be "superuser" to install this) I use the "Root console". Or something like this. ->SrvLinux:/home/user# cd /home/user/FB Folder/ ----- "folder was extracted FB CS" ->SrvLinux:/home/user/FB Folder# install.sh At this point you can get one error ... loading "libstdc++.so.5" Don't worry ... I execute ... Package management tool Synaptic. To add the Debian CD-4 Packages. and then install it .. ->SrvLinux:/home/user/FB Folder# apt-get install libstdc++5 I am sure you can find others ways to do this. Execute ... ->SrvLinux:/home/user/FB Folder# install.sh Eurika, FB CS 2.0.2 is installed now! Maybe you need to mantain user account, to access the FB server. You can find the "gsec" utility to manage users accounts. /opt/firebird/bin/gsec ->GSEC> add username -pw password To traslatate DB betew Windows and Linux ... You can use .. gbak -t -user sysdba -password masterkey DataBase.FDB DataBase.FDK That's all for now folks. "juliosm" <jul...@gm...> escribió en el mensaje news:123...@ta...... > > > Eduardo-34 wrote: >> >> Hello all! >> >> Server Linux: >> Debian 4.0 >> Firebird 2.0.1 CS >> >> Client WXP: >> FirebirdClient ADO.NET 2.0 >> >> Work perfect! >> >> Knowing that you are there has made it possible. >> When I finish testing I will prepar a little HowDo. >> Thanks >> >> > > Hi Eduardo, > > Are you using the firebird dot net provider for compact framework? > I'm interested to develop an pocket pc application that access a remote > firebird database, > so, i'm really interested in your HowTo :) > > Thanks in advance. > > Julio > -- > View this message in context: > http://www.nabble.com/Linux-tf4270014.html#a12352297 > Sent from the firebird-net-provider mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |