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 TouchToneTommy 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: *

  • Users: roche786
  • Content: Threads
  • Order by date
  1. roche786

    Wire

    Hi, I am trying to migrate existing Crystal Reports from Native Informix ODBC drivers to Wire protocol drivers. Is there a way we can do this conversion in bulk for all of the reports as there are about 200 reports for which we are seeking conversion. Also can I write a script to do this...
  2. roche786

    Convert ODBC to Wire Protocol

    Hi, I am trying to migrate existing Crystal Reports from Native Informix ODBC drivers to Wire protocol drivers. Is there a way we can do this conversion in bulk for all of the reports as there are about 200 reports for which we are seeking conversion. Thanks for the help.
  3. roche786

    Before Update

    Hi, I am trying to write a before update trigger , which should before updating the current table should take all the old values and insert it into an audit table. I wrote this but its giving compilation error please let me know where I am going wrong. create or replace trigger tbl_update...
  4. roche786

    Adding values of select count(*)

    Hi, I wanted to know , how to add values of two select count(*)'s in one query for ex. Query 1)select count(*) from a quesry 2) select count(*) from b Restlt : Select Sum of the values of both query 1 and query 2 Thanks
  5. roche786

    Master Grid and Detail Form

    Hi, I am trying to build a master/detail type of grid but I want a master grid and a detail form. i.e all the columns that are displayed on the master grid should be transferred to a detail form and should populate the editable textboxes on that form on the click of a button , so that...
  6. roche786

    To get the precision and scale

    Hi, I declared a datatype of float , once i get the value in the variable , I have to extract the precision and scale from the float value. Kindly advise , I want to store the decimal value without the decimal point . Thanks again!
  7. roche786

    UTL_FILE utility

    Hello, I am using the UTL_FILE utility to write to a file on the server. How do I get to the file from SQLPLUS .I mean how can i view the file from SQLPLUS .I tried GET but it says unable to open. Kindly Advise. Thanks
  8. roche786

    Crystal Enterprise APS

    Hello, I was wondering where does Crystal Enterprise store all the user information. I know it does in the APS which is in my case the msde , but when I explore and look inside the table in the msde , I dont see the user's I created . Is the data stored in some encrypted format. Where...
  9. roche786

    Bar Code Scanner

    I am having few input fields in my asp page and a submit button. To enter the data in the input fields I have to use a barcode scanner and then I have to subit the data to the sql server data base. How do I do this . How can I implement this as I am new to bar code scanning.
  10. roche786

    Can I call Cognos reports from an e

    Can I call Cognos reports from an extrenal application , when doing web reporting. Thanks
  11. roche786

    Access Reports

    Hi, Can reports developed by Data Access Projects be deployed on the internet . How does it handle about 200 concurrent users at a time. Thank You
  12. roche786

    Reporting tool for MS SQL SERVER

    Which is the best enterprise reporting tool to be used for SQL SERVER

Part and Inventory Search

Back
Top