You are not logged in.

Search results

Search results 21-30 of 30.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Thursday, June 25th 2009, 10:54pm

Author: htillmann

Is there an error in the automatic class name completion

Hi Stefan, got the same problem on my PC. Let's find what's similar. Hubertus

Monday, March 23rd 2009, 9:08pm

Author: htillmann

SQL Data manipulation

Hi, there's already a german thread about this, please take a look at: Update auf Mysql DB Jabaco Source 1 2 3 4 Public Function ExecuteUpdate(sql As String) As Integer Dim myStmt As java#sql#Statement = myCon.createStatement() ExecuteUpdate = myStmt.executeUpdate(sql) End Function You have to implement the source above to the JabacoFramework/VB/Database (Sourceforge) I had some trouble to compile the complete framwork but you can copy the new file directly into the original JABACO jar-file. Fri...

Thursday, March 5th 2009, 12:11pm

Author: htillmann

Update auf Mysql DB

So, update hat funktioniert. Ich habe die kompilierte Databaseklasse mit der Hand in das Jar-Archiv kopiert. Nun klappt das Update so wie ich mir das gewünscht habe. Die Sache mit dem Kompilieren kannst Du ja nochmal verfolgen. Bin ich eigentlich der einzige, bei dem das auftritt oder haben auch noch andere Ähnliches festgestellt? Im Forum habe ich nichts derartiges gefunden. Wenn Du zusätzliche Informationen brauchst, kein Problem. Gruß Hubertus

Thursday, March 5th 2009, 11:18am

Author: htillmann

Update auf Mysql DB

Hi Manuel, habe die Databaseklasse ergänzt: Jabaco Source 1 2 3 4 Public Function ExecuteUpdate(sql As String) As Integer Dim myStmt As java#sql#Statement = myCon.createStatement() ExecuteUpdate = myStmt.executeUpdate(sql) End Function Wenn ich das Framework kompiliere läuft der Bearbeitungsbalken nicht durch und die Sanduhr bleibt. Das Jar Archiv ist erstellt, aber kleiner als das original. Die kompilierte Databaseklasse ist aber immer noch gleich gross und die neue Funktion ist nicht zu sehen....

Thursday, March 5th 2009, 10:13am

Author: htillmann

Update auf Mysql DB

Hallo Manuel, danke für den Hinweis, dann werde ich mich mal in die Tiefen des Frameworks begeben. Wenn ich zu einem Ergebnis gekommen bin, gebe ich Bescheid. Gruß Hubertus

Tuesday, March 3rd 2009, 5:22pm

Author: htillmann

MySql Datenmanipulation

Hi zusammen, auch mit einer "Stored Procedure" bekomme ich ein Fehlermeldung: Für einen kurzfristigen Hinweis freue ich mich. Exception in thread "AWT-EventQueue-0" java.sql.SQLException: PROCEDURE test.updLastEntry can't return a result set in the given context

Monday, March 2nd 2009, 11:20pm

Author: htillmann

Update auf Mysql DB

Hi zusammen, Weiß jemand wie ich ich ein Update auf eine MySql DB machen kann? Mit Jabaco Source 1 Database1.ExecuteStaement("Update test set Name='hugo' where ID=1") klappt es nicht. Fehlermeldung: "java.sql.SQLException: Can not issue data manipulation statements with executeQuery()" An der DB liegt es nicht, wenn ich mit sql drauf gehe klappen alle updates. Ich bin in Java nicht so firm, als das ich das jetzt auf Anhieb hin bekäme. Gruß Hubertus

Friday, February 27th 2009, 12:48pm

Author: htillmann

ContentFrame problem

Hi Milan, nice tool. Do you have any examples in Jabaco Code for updating, printing etc. like it is in the sample files of quicktable? I also try to format the columns but up to now without success. Friendly regards Hubertus

Friday, February 27th 2009, 12:14pm

Author: htillmann

Zugriff auf Strato MySql Datenbank

Habs gefunden, Strato lässt keine externen DB-Zugriffe zu. Keine Chance für Applets. Gruß Hubertus

Wednesday, February 25th 2009, 5:31pm

Author: htillmann

Zugriff auf Strato MySql Datenbank

Hi zusammen, hat schon mal jemand auf eine MySql DB bei Strato zugegriffen? Lokal bzw. im eigenen Netz funktioniert das so: Call Database1.Connect("jdbc:mysql://test:3306/DB12345", "U12345", "12345") So sollte das dann auf dem Strato Host klppen, dachte ich: Call Database1.Connect("jdbc:mysql://rdbms.strato.de:3306/DB12345", "U12345", "12345") Tut es aber nicht. Hat jemand eine Idee? Danke sehr.

WoltLab Burning Board