PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
No, I am not performing ADBC thru "Folder Level Javascripts". It's simple form field population based on an ID someone types into a form field. When they tab out of it, it queries the DB and the other fields get populated with the query results. It works fine, it just doesn't close the DB connection. There's no method in Adobe Javascript to close it by code either. After 50 tests, I had 50 open connections. ADBC scripts were yanked out of my form as a result. I was hoping and had heard that 6.0 would have a method for closing connections. Did anyone else see it in the spec? Is there another way of doing this? -----Original Message----- From: ml.aalto [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 12:33 PM To: [EMAIL PROTECTED] Subject: RE: [PDF-Forms] Javascript spec for 6.0 - ADBC PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________ Did you perform the ADBC connection from "Folder Level Javascripts" ? In that case, the current connection can be used during the whole Acrobat session; this is mandatory when accessing a data base from batch javascripts. Regards. Michel Lausseur Aalto Consultant > -----Message d'origine----- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] la part de MacNaughton, Rob > Envoy� : mardi 3 juin 2003 16:30 > � : '[EMAIL PROTECTED]' > Objet : RE: [PDF-Forms] Javascript spec for 6.0 - ADBC > Good Question my test of the ADBC object against a MS SQL Server 7 did the > same. Even more problimatic was the inability of the object to > retreive any > data. I appears that one data type char doesn't work with ADBC > and Database > and there is little help for troubleshooting failed execute() > statements. I > was really hoping that ADBC would be improved in this release of Adobe > Arcobat. > -----Original Message----- > From: Wright, Scott [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 9:58 AM > To: [EMAIL PROTECTED] > Subject: [PDF-Forms] Javascript spec for 6.0 - ADBC > I had heard that there would be a new method for the ADBC object > that would > enable dropping database connections. I don't see it in the new > spec. Am I > missing it? How does anyone deal with this basic shortcoming of the ADBC > object? The one time I tested ADBC, the number of database connections > increased with each use of the Adobe form until the database server got > hosed due to too many connections. The ADBC object is useless > without some > type of "dropConnection()" method in my opinion. To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
