You are not logged in.

Search results

Search results 1-14 of 14.

Saturday, May 16th 2009, 1:42pm

Author: adanny08

sorry for the delay in reply

I want the username and the password entered be verified with a login table in a database.

Monday, May 11th 2009, 7:27pm

Author: adanny08

A login form that connects to a database

I need serious help on how to create a login form that verifies the user with login table in a database.I seriously need help before tomorrow 6.00.

Monday, May 11th 2009, 7:07pm

Author: adanny08

I think i have found the solution

The classes that are compiled in the Temp file in the Jabaco folder are not added to the Jar-File.So i opened the Jar-file with winzip and added those class files myself.The Jar-file also makes an error,i.e,could not fiind com.microsoft...... So I added the com file of the JDBC to the Jar-file.And it worked perfectly.thanks for the reply

Saturday, May 9th 2009, 4:59am

Author: adanny08

My Jabaco has stoppped making correct jar-files and executables

when I installed jabaco at first i used to make jar-files which worked correctly.Now when i make a jar-file and try to open it ,it doesnt open but gives the following error message"Could not load main class.Program will exit".

Thursday, April 23rd 2009, 9:55am

Author: adanny08

How can I do this in jabaco

Quite often there is a need to get current time in Java in a specific format. I faced this issue when I had to insert the current time into MySQL. I solved it using a SimpleDateFormat class and a helper function. Here is the code. The java.text.SimpleDateFormat class is very useful in formatting the date in Java. In my case, I had to convert the date to a format suitable for MySQL insert. So I used this format: String DATE_FORMAT_NOW = "yyyy-MM-dd HH:mm:ss"; Then I created a function that uses t...

Wednesday, April 15th 2009, 12:44pm

Author: adanny08

Insert image

I working on a program where the user can browse for pictures on the pc and add it so that it can be inseted into a database.I need help.

Wednesday, April 15th 2009, 12:32pm

Author: adanny08

Convert date to mysql format

The format for mysql date is yyyy-mm-dd but that for windows is different.When i make an sql statement in which i will input date.It gives error.I need help.

Tuesday, April 7th 2009, 7:28am

Author: adanny08

i will try in jabaco

I work in jabaco starting with the codes u have given me.thanks for ur help.

Wednesday, April 1st 2009, 6:03pm

Author: adanny08

Thanks

Everything worked well.Thank u for the help.

Wednesday, April 1st 2009, 1:13pm

Author: adanny08

Date time picker

I am creating a data entry form and it should include something to elicit date from the user.In jabaco there is no date tim picker which is in vb. can anybody help me with something similar.

Friday, March 27th 2009, 9:44am

Author: adanny08

compile jabaco source file to class file

I downloaded the latest jabaco framework to update the existing jar file but the files in the vb folder are jabaco source file format.

Wednesday, March 25th 2009, 4:08am

Author: adanny08

I need an updated jabaco.jar file

The database class in the jabaco.jar file lacks one function for the manipulation of database.I want to Know if anybody has downloaded the latest framework and has updated the jar file.I need it urgently pleeease.

Tuesday, March 24th 2009, 3:38pm

Author: adanny08

I need an updated jabaco jar file.

I understood what you were talking about but I could not add the file to the existing jar file.Please can you do it and send the jar file to me.Or please show me some other means.Thanks

Monday, March 23rd 2009, 1:06pm

Author: adanny08

I am having data manipulation problems.can anyone help?

When using insert statements there is always an error:"java.sql.SQLException: Can not issue data manipulation statements with executeQuery()" but I am able to use select statements.I am using mysql.

WoltLab Burning Board