Hi Ellliando... That's strange because what I described was basically for a Linux configuration. What errors are you getting in turbine.log? If I remember correctly there was some talk recently about this and Leon Messerchmidt had this to say...
http://marc.theaimsgroup.com/?l=turbine-dev&m=100470900608244&w=2 Does everything compile correctly and are the SQL statements executed correctly on ant init. Send me the output of any errors you find. How have you defined your id-method in your project -schema? Remember that Interbase does not automatically generate autonumeric primary keys. You have to set-up a generator etc... Btw, for some reason when I started out with Turbine I began to use Interbase right off the bat. It took me a while to get the set-up I mentioned in the email but then I ran into a few problems with Torque when it came to generating the keys. I was most successfull using the id-broker method but i would recommend checking out the latest CVS code and using the 'native' method. If your just starting out with Turbine I would recommend switching over to mySQL to explore it and once your more at home with it, try switching back to Interbase. The torque code has improved a lot since then and I don't think you should have any problems (The only thing I remember that was an issue was the naming of the columns (Hour, Minute etc..) in the Turbine_Schedule table that conflicts with Interbase keywords. Somebody on the list might have something to say about that. The easy solution is to go right in and modify the scheduler code to use your own defined names for those fields. I couldn't be bothered, so I just switched over to mySQL as I'm still making my way through turbine. Hope this helps... Saimon ----- Original Message ----- From: Elliando Dias C. Santos <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 18, 2001 12:16 PM Subject: turbine interbase configuration?? > hello Saimon > > I'm from brazil and I'm trying to configurate turbine to run with > interbase... > > I did the steps whom you said at > http://www.mail-archive.com/[email protected]/msg00677.html > > the connection with interbase and interclient is ok(I made a servlet) > > the turbine execute well, without when I try to insert something in the > db... > did you happened with you? > are you using windows or linux? > > look this, it's executing perfectily with windows, but whent i try to > execute with linux.. > it doesn't running.. > > do you know/have some examples of a web application you can send to me > > some link...ou even a .zip? > > thanks... > > []' Elliando Dias -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
