Can I use javascript to access and querying database tables, (such as in sql format), in different operating systems (windows, linux, mac os) ?
If yes, how to get information about it ?
I've defined the search value with the expression :
cValue = ALLTRIM(thisform.Text1.Value)
or
cValue = [']+ALLTRIM(thisform.Text1.Value)+[']
How can I modify it, to get case insensitive results ?
Thanks.
I've created a listener, which opens an inputbox, for searching strings in a textarea.
But, when clicking OK, that inputbox disappears and I need to restart the listener for searching another ocurrence of the same string.
How to solve this ?
Thanks.
That's my code
class Listener...
I've converted an Access table to FoxPro 6.0
Now, in that table, euro symbol has changed to "?" - and when I try to correct it, gives me a "Ç".
What can I do ?
Thanks.
I'm building a setup application which copies a big file to the target machine.
How must I modify the ProgressBarDemo (from Sun website) in order to show the progress of copying files ?
Thanks for help.
There is the ProgressBarDemo code
import java.awt.*;
import java.awt.event.*;
import...
I'm writing a Java setup program for installing a JDBC app, which connects to a Mysql database.
I want to create a script in order to provide final user setting privileges in that database and add it a table, without needing to write Mysql commands.
How can I do it ?
Thanks in advance.
I've created a JDBC application which retrieves data from a local Mysql database and prints results to textfields and the memo (blob) field contents to a textarea in a java form.
When using it in Windows XP, everything works fine.
But, using the same code, in Linux, it takes a long time to print...
Two questions about lists :
I cannot make visible an awt.list with list.setVisible(true).
What's wrong ?
Is it possible add two, or more, columns to an awt.list ?
If yes, how to do it ?
Thanks.
I'm using as variable the integer value of last selected index in a list.
However, after removing all items in my list, with removeAll, I cannot refresh that integer value - which is still used when adding new items to it.
How can I do it?
Thanks.
I would like move to next or prev records in a Resultset, clicking other listeners bottons.
What the best way to do it ?
Thanks.
There is my code :
class Listener1 implements ActionListener {
public void actionPerformed(ActionEvent ev) {
String url= "jdbc:mysql://127.0.0.1/mydb";
Connection...
I' m using the linux driver libmyodbc3-3-51.06.so, for connecting to a mysql database.
I set url to String url= "jdbc:odbc:mydsn;useUnicode=true&characterEncoding=ISO8859-1";
However I cannot get accented characters in textfields or textareas.
What's wrong ?
Thanks
As I got no answer, here are the questions I've made in another thread :
1 - In JDBC, how to use a scrollbar to navigate through records (next, previous, bottom, top) ?
2 - And how to use a combobox to assign a field name in a query ?
3 - I have a large text field in Mysql database (3000 or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.