Re: [GENERAL] Connecting website with SQL-database.....

2000-04-25 Thread Ed Loehr
Manuel Lemos wrote: > > >> >Plus if you get a warning/error, Postgresql _requires_ you to rollback, > >> >whereas many other databases don't. > >> > >> That's what Metabase expects. When there is an error, you should rollback > >> before exiting a transaction with AutoCommit(Off). > >> > >> I not

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-24 Thread Manuel Lemos
Hello Ed, On 24-Apr-00 17:10:21, you wrote: >Manuel Lemos wrote: >> >> >Plus if you get a warning/error, Postgresql _requires_ you to rollback, >> >whereas many other databases don't. >> >> That's what Metabase expects. When there is an error, you should rollback >> before exiting a transactio

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-23 Thread Lincoln Yeoh
At 09:02 PM 21-04-2000 -0200, Manuel Lemos wrote: >It's a trade-off. If you want to take the most of a database non-standard >extensions, don't use database abstraction packages at all. If you want >flexibility in such way that your applications will be more portable, >database abstraction packa

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-21 Thread Manuel Lemos
Hello Lincoln, On 20-Apr-00 00:59:07, you wrote: >>I may be mistaken, but the last time that I looked at Perl DBI, it didn't >>seem to a complete database abstraction layer than it is needed. For >>instance, you want retrieve data from date fields the results come >>formatted in a database depe

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-19 Thread Manuel Lemos
Hello Alex, On 19-Apr-00 02:08:04, you wrote: >> I may be mistaken, but the last time that I looked at Perl DBI, it didn't >> seem to a complete database abstraction layer than it is needed. For >> instance, you want retrieve data from date fields the results come >> formatted in a database dep

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-18 Thread Alex Pilosov
On 18 Apr 2000, Manuel Lemos wrote: > I may be mistaken, but the last time that I looked at Perl DBI, it didn't > seem to a complete database abstraction layer than it is needed. For > instance, you want retrieve data from date fields the results come > formatted in a database dependent way. Th

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-18 Thread Thomas Good
On Mon, 17 Apr 2000, Titus Brown wrote: > -> >I have got a form on my site, that can be filled in by visitors. I want the > -> >results automatically being written in my sql database, does anybody know > -> >how to do this??? There is more than one way to do it! > -> Whatever platform you use,

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-17 Thread Titus Brown
-> On 17-Apr-00 12:26:41, you wrote: -> -> >I've been looking on the internet for 2 hours for information how to connect -> >my SQL database to my website. I didn't find what I was looking for, this is -> >my problem -> >I have got a form on my site, that can be filled in by visitors.

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-17 Thread Manuel Lemos
Hello J.Post, On 17-Apr-00 12:26:41, you wrote: >I've been looking on the internet for 2 hours for information how to connect >my SQL database to my website. I didn't find what I was looking for, this is >my problem >I have got a form on my site, that can be filled in by visitors. I