in code:
Dim query As Query = session.Query(input)
'...calling the Query function.... no problem
Public Function Query(ByVal q As String) As Query Return New Query(Me, q) End Function' ...then the Query function calls the Query class
' ... and here "s As Session" is required but missing.
session = s
session.stream.WriteByte(0)
session.Send(query)
id = session.Receive()
If Not session.Ok() Then Throw New IOException(session.Receive()) End If End Sub
The query results in the following error message in the console window:
" instead of 1 commands received.
8814 ms."
and in the VB.net direct window I get the message "Eine Ausnahme (erste Chance) des Typs "System.IO.IOException" ist in BaseX.exe aufgetreten."
Could you please help?
![]() |
Jörg Beisiegel Geschäftsführer / Managing Director Localization Consulting Desk phone: +49 7275 98933-22 mailto:joerg.beisiegel@translatissimo.de |
translatissimo Übersetzung und Lokalisierung GbR Bismarckstr. 19 * D-76870 Kandel * Germany http://www.translatissimo.de | |
*** HINWEIS *** NOTE *** Falls die Mail Anhänge enthält, bitte Empfang bestätigen. If this mail contains attachments please confirm receipt. |