I answered my own question. I was testing for various data types, but overlooked LONGVARCHAR, which is what is returned from an Access MEMO field.
Thanx anyway!
tbuch
I am connecting to an Access database that has a memo field. Can anyone tell me how to get the data from the MEMO field into a JTextArea? I am currently just trying to run the query and assign the value from the query to the text area, but nothing is displaying. I am not getting any errors...
I am having a problem with cookies. I have another script that stores the following cookies:
username
luckynumber
sign
I am trying to retrieve the cookies and assign the cookie names as the indices of an array and the cookie values as the corresponding values in the array. When I try to...
When I make changes to an applet and recompile, I cannot get my browser to pick up the newly created class. I've tried refreshing, but no good. Any tips?
I am connecting to an Access database. I am using a dataadpter and a bound combo box. I have a firstname field and a lastname field that I want to display in the combo box as
lastname, firstname
I have tried concatenating the fields in the DataAdapter configuration, but have had no luck. Any...
I have a problem...
When I resize my form, I can only draw on the original form size. The rest of the form will not allow me to draw on it.
Any suggestions?
tbuch
I have a problem...
When I resize my form, I can only draw on the original form size. The rest of the form will not allow me to draw on it.
Any suggestions?
tbuch
Thanks, Sean!
Your advice was right on the mark. Can you tell me why that would happen? Regardless of the classpath, I thought it would always look in the current directory.
tbuch
I copied and pasted your code, compiled it, ran it, and everything worked fine in appletviewer as well as IE. Your problem is somewhere else besides in your code.
tbuch
That's not it, but thanks for the response. Let me give a little more detail.
In this exercise, I am having my students create a class, let's call it MyClass, and save it in the C:\java folder.
Next, they are to create an applet , we'll call it MyApplet, that instantiates a MyClass object...
I have a problem in my classroom. When trying to do labwork in class, I am unable to compile apps that call on other class files. It should be able to find them if they are in the same directory, but doesn't. Everything works fine in my office and at home, but not in the classroom or in the...
Could someone please tell me how to set the font in a message dialog box? Just on a hunch, this is what I tried, but to no avail.
JOptionPane jopt = new JOptionPane();
String result;
result = "Print this string.";
jopt.setFont(new Font("Monospaced", Font.BOLD, 12))...
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.