Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dwilliams

    jce 1.2.1 install on windows 2000

    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...
  2. dwilliams

    I'd like to know if it's possible t

    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...
  3. dwilliams

    multiple database relations

    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...
  4. dwilliams

    multiple database relations

    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?
  5. dwilliams

    I'm going to be reading a parm in o

    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...
  6. dwilliams

    passing nvarchar strings through jdbc....

    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...
  7. dwilliams

    How to insert a null value into an Access db using JDBC

    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 = &quot;UPDATE <table> SET <field>= ?&quot;; PreparedStatement pstmt = conn.prepareStatement(update_str)...
  8. dwilliams

    Anyone know how to mask data while inputting values for a parameter?

    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...
  9. dwilliams

    passing parameters via an http hyperlink

    Thank you very much...I really appreciate it.

Part and Inventory Search

Back
Top