[Zope-DB] ZADODA

juergen.hauptmann juergen.hauptmann at imc-krems.ac.at
Thu Oct 21 03:47:37 EDT 2004


Hi

I have the following problem. I cannot do more than one INSERT in a ZSQL Method. 
I always get the error:

Error, pywintypes.com_error: (-2147352567, 'Exception occurred.', (0, 'ADODB.Recordset', 
'Operation is not allowed when the object is closed.', 'C:\\WINDOWS\\HELP\\ADO270.CHM', 
1240653, -2146824584), None)

My ZSQL Statement:

	INSERT INTO Links
	(
		Link,
		Kommentar,
		Student_ID,
		EintragsDatum	
	)
	VALUES
	(
		'www.orf.at',
		'nix',
		2755,
		'20040707'
	)	

<dtml-var sql_delimiter>

	(
		Link,
		Kommentar,
		Student_ID,
		EintragsDatum	
	)
	VALUES
	(
		'www.nix.at',
		'nix1',
		2722,
		'20030707'
	)

Any Ideas??

The Second Problem I have is how can I read the Last inserted ID form the DB? Is there a function?


Thanks in advance

Jürgen	

Diese Nachricht erhalten Sie von einem IMC Mitarbeiter/Vortragenden. Allfällige angehängte Dokumente sind vertraulich und nur für den/die Adressaten bestimmt. Sollten Sie nicht der beabsichtigte Adressat sein, ist jede Offenlegung, Weiterleitung oder sonstige Verwendung dieser Information nicht gestattet. In diesem Fall bitten wir, den Absender zu verständigen und die Information zu vernichten. Für Übermittlungsfehler oder sonstige Irrtümer bei Übermittlung besteht keine Haftung. 

This message is being transmitted by an IMC employee/lecturer. Any attached files are confidential and intended solely for the addressee(s). Any publication, transmission or other use of the information by a person or entity other than the intended addressee is prohibited. If you receive this in error please contact the sender and delete the material. The sender does not accept liability for any errors or omissions as a result of the transmission. 
Diese Nachricht erhalten Sie von einem Studierenden der IMC Fachhochschule Krems. Für Übermittlungsfehler oder sonstige Irrtümer bei Übermittlung besteht keine Haftung seitens der IMC Fachhochschule Krems.

This message is being transmitted by an IMC student. The sender does not accept liability for any errors or omissions as a result of the transmission. 




More information about the Zope-DB mailing list