You are not logged in.

Search results

Search results 1-14 of 14.

Friday, May 15th 2009, 12:10pm

Author: frankp

media-wiki

But where is that "media-wiki software"?

Friday, February 6th 2009, 8:51am

Author: frankp

SQLITE 3 support

Thank you both, Manuel and MaXim, Frank

Friday, February 6th 2009, 8:49am

Author: frankp

RE: RE: Resultset - field names

Quoted from "Peter" Thanks Peter, Frank

Thursday, February 5th 2009, 7:56pm

Author: frankp

SQLITE 3 support

Perhaps this helps? Jabaco Source 1 2 3 4 5 6 7 8 9 10 rs = Database1.ExecuteStatement("SELECT * FROM Contacts") Do While res.next JBGrid1.TextMatrix(res.getRow() - 1, 0) = rs.getString("RecordId") JBGrid1.TextMatrix(res.getRow() - 1, 1) = rs.getString("Title") JBGrid1.TextMatrix(res.getRow() - 1, 2) = rs.getString("FirstNAME") JBGrid1.TextMatrix(res.getRow() - 1, 3) = rs.getString("MiddleName") JBGrid1.TextMatrix(res.getRow() - 1, 4) = rs.getString("LastName") rows = rows + 1 JBGrid1.Rows = row...

Thursday, February 5th 2009, 6:52pm

Author: frankp

SQLITE 3 support

Quoted from "Manuel" And then what? How can I open an sqlite3 database, e.g. "mydata.db" , execute an SQL statement and/or get some rows in a grid? The question may sound naive, but after all, I am just a BASIC programmer, not a Java one... Thanks

Thursday, February 5th 2009, 6:04pm

Author: frankp

Resultset - field names

Hello again, How can I retrieve the field names from a Resultset? Thanks

Friday, January 30th 2009, 10:32am

Author: frankp

ENCOURAGE AND SUPPORT JABACO FINANCIALLY

Dear Jabaco fans and friends, Don't you think that the Jabaco project deserves our substantial support and encouragement? I think we all benefit from it, and Manuel is very kind replying our questions and suggestions. There are much to be done, and most important, the DOCUMENTATION, and these things are better done after encouragement. I suggest that, with Manuel's permission and direction, we start FINANCIALLY SUPPORT, by donating to the Jabaco project. I am waiting for response, Cheers, Frank

Thursday, January 29th 2009, 6:47pm

Author: frankp

SQLITE 3 support

Quoted from "OlimilO" Hello OlimilO and thanks for your answer. I haven't used sqlite3 with VB6 succesfully, but I do have use it succesfully with Rapid-Q and FreeBasic who also use stdcall (at least I think...). I agree that using the callback function is rather difficult, so I don't use the sqlite_exec() function for SELECT queries. I use sqlite3_get_table() instead. I have also made a sort of "wrapper" dll in FreeBasic to acquire the result delimited data string from sqlite3_get_table(), as ...

Thursday, January 29th 2009, 9:33am

Author: frankp

SQLITE 3 support

What about SQLITE 3 support and binding? How is it possible to use, under Jabaco, sqlite3.dll and especially the export functions: int sqlite3_open( const char *filename, /* Database filename (UTF-8) */ sqlite3 **ppDb /* OUT: SQLite db handle */ ); int sqlite3_exec( sqlite3*, /* An open database */ const char *sql, /* SQL to be evaluated */ int (*callback)(void*,int,char**,char**), /* Callback function */ void *, /* 1st argument to callback */ char **errmsg /* Error msg written here */ ); int sq...

Monday, January 19th 2009, 2:22pm

Author: frankp

RE: Create a signed Jar-file

Quoted from "Manuel" Butn where can I find jarsigner??? Cheers, Frank

Saturday, January 17th 2009, 8:57am

Author: frankp

MID Statement

Simple but clever! Many thanks! frankp

Wednesday, January 14th 2009, 9:21am

Author: frankp

MID statement

A question: I miss the mid[$] STATEMENT (not the function). Example: mystring = "abcdef" mid(mystring,3) = "5" print mystring [result] ab5def How can I get around this without writing a sub from scratch? I can't understand how the Jabaco REPLACE function exactly works. Thanks.

Wednesday, January 14th 2009, 9:19am

Author: frankp

Control arrays and multiple handling

A suggestion: Arrays of controls should be supported in the final release. Also, one should be able to change a common property in a multiple selection of similar controls (e.g. multiple select 5 buttons and adjust their sizes). A bug: selecting a control and pressing DEL doesn't delete the control, you have to do it via the menu. Also, the tab order is wrong in the search/replace dialog box.

Tuesday, January 13th 2009, 8:41am

Author: frankp

RE: RELEASE: Jabaco 1.4.0 BETA - 2008-11-18

Most warm and ethusiastic congratulations! I haven't seen such a good job since the age of Rapid-Q! I certainly support the effort and expect the final release, but most important, THE DOCUMENTATION. Especially the file and database systems differ from VB, so relevant documentation would be most welcome. A suggestion: Arrays of controls should be supported in the final release. Also, one should be able to change a common property in a multiple selection of similar controls (e.g. multiple select ...

WoltLab Burning Board