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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by myvision69

  1. myvision69

    Export complete DB and Import into another Server Command

    Export complete DB and Import into another Server Command I am looking to export complete database (DUMP) from one server and import into another from the export (DUMP) What is the command I can use to accomlish that? I do have the DB Admin User and Password. THANKS SO MUCH
  2. myvision69

    average row length per table, number of rows and Row/Block/object over

    is there a way to determine the average row length per table, number of rows and Row/Block/object overhead? get information about the object size =(Average row length per table * number of rows) + (Row/Block/Object overhead) Thanks
  3. myvision69

    PB Cash Drawer Interface

    How can I send Print commands to USB Receipt printer to open Cash Drawer? Working with Ithaca 610 receipt printer and they told if you can send HEX value of 1B7801 it will open the drawer. How can I send hex value of 1B7801 to the USB printer? codes in other format are Decimal: 27 120...
  4. myvision69

    IGNORE : 8152 16 String or binary data would be truncated. ?

    Thanks for the quick response. I was hoping that I do not have to code each column with Left(). Is there a way to disable so it automatically takes only the part of the string that fits in the column width.
  5. myvision69

    IGNORE : 8152 16 String or binary data would be truncated. ?

    Is there a way to ignore "Message 8152 16 String or binary data would be truncated." so that the Update or Insert is successful even though string value is being truncated.
  6. myvision69

    Locked tables

    thanks for prompt reply. this only gives me active processes but i need to find what tables are locked up so I can troubleshoot the issue?
  7. myvision69

    Locked tables

    is there a way to find out what tables are locked and by what process? seems like there is an update somewhere with no commit causing all the users to lock up. THANKS FOR PROMPT REPLY.
  8. myvision69

    table locking up??

    i have a customer where one table is locked up for some reason and all access is serialized. how can i unlock the table and allow multiuser access? thanks
  9. myvision69

    how to import DB from oracle 8 dump file into oracle 9

    how can I import DB from oracle 8 DB dump file into oracle 9? Thanks
  10. myvision69

    date time column data

    i have a date time column from which i only need to get the time portion hh:mm only and combine it with today's date into a datetime column. e.g. 01/01/2000 12:12:00 needs to be converted to getdate() + time from column = 04/12/2006 12:12:00 Thanks for prompt reply
  11. myvision69

    Data Extraction from Cobol program ..have the DTA and KEY files

    I need to extract data from a Cobol program ans I have both the DTA and KEY files. Is there a way to convert the data into text file format? BIG THANKS
  12. myvision69

    formatting data

    e.g. 78.00 needs to be displayed as 078 1.00 needs to be dispayed as 001 150.00 needs to be displayed as 150 How can I accomplish that?
  13. myvision69

    format data = show + sign?

    i need to add a + sign if the value is greater than 0 in sql? how can i do that?
  14. myvision69

    formatting data

    i have a decimal number stored but i want to display the whole number only with three digits and no decimal places. how can i do that in SQL? Thanks
  15. myvision69

    Access 97 DB opening error: 'C:\my.mdb' isn't an index in this table.

    When I open the Access 97 DB in Access 97 I get this error: 'C:\my.mdb' isn't an index in this table. Look in the Indexes collection of the TableDef object to determine the valid index names. How can I fix this be be able to see all the tables and data? Thanks for prompt reply.

Part and Inventory Search

Back
Top