Hi All,
I'm installing jce 1.2.1 on a Windows 2000 machine. I've followed sun's docs to the T and am getting no where.
I'm doing the install as installed extensions and I've put the four *.jar files into
${jdk_home}\jre\lib\ext
and those files are:
jce1_2_1.jar
local_policy.jar...
I'd like to know if it's possible to have a field put into a report and then have a hyperlink there as well. For instance i have a field put on the report Status coming from some db wiht a value enumeration of ON or OFF. I also have another variable I want to be passed with all hyperlinks...
Now that I know that I should use sub-reports I have several other questions, such as, is using a subreport better than a dictionary when you can't get to distinct db's to reference each other?
Also, to me it seems more beneficial to use sql in the report ot extract data from the db's. With...
Can you have two databases db1, and db2. db1 has data that youi are primarily using and db2 has data that you only need a bit of and is related to data in db1. Can you relate the two db's to be linked inside of Crystal Reports and if so how?
I'm going to be reading a parm in off of the url
such as http://this host machine/this report?parm=value
and I want to be able to build a SQL query in the Crystal SQL Desinger. If I create a query here can I just copy and paste it to the report? Also, I'd like to add an additional condition on...
I've written a program that needs to pass nvarchar strings through JDBC to a MS SQL db. Basically it pulls data out manipulates it and needs to pass it back in the same format. Does anyone know how to pass nvarchar characters through JDBC to a mssql db using BEA's jDriver for mssqlserver4v7.0...
Hello all,
I'm trying to update an Access db with a null value. The db updates fine with non-null data.
The way I understand it you have code something like this.
try
{
String update_str = "UPDATE <table> SET <field>= ?";
PreparedStatement pstmt = conn.prepareStatement(update_str)...
If I have a table that looks something like this
Key Name
--- ----
-2 <cr.2>
-1 <cr.3>
203 Me
206 Dan
208 Bob
I want to mask out all occurences of a -{Key} so that I can add all valid names to the default value window in the Set Default Values window of creating a...
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.