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 strongm 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. kmsam2

    Merge 2 data file into 1 data file.

    If I have a database consist of 2 data file and 1 log file, when I move to a new server and I plan to merge 2 data files into 1 single file only. Can this be done? Sam.
  2. kmsam2

    Restore a table from db.

    any idea how to restore a table from a database in MS SQL 2000? My database is too huge (1.5TB), I just need 1 of the table only. Sam.
  3. kmsam2

    ufsdump error.

    I run ufsdump cvf /dev/rmt/1 / for a full system backup. the log show: Dump: Finished writing last dump volume Dump: Starting verify pass Dump: Verification error 9 feet into tape 1 Dump: NEEDS ATTENTION: Do you want to rewrite?: ("yes" or "no" ) What is the meannig of error 9 feet into...
  4. kmsam2

    how to use tar?

    Should I format/erase tape before performing full system backup? If yes, may I have the command? Sam.
  5. kmsam2

    how to use tar?

    Thanks again. Can above command work for 0hn or 0m? what is the meaning of 0mb? Sam.
  6. kmsam2

    how to use tar?

    there are some many name in /dev/rmt/, how do i know which one I can use? I mean valid tape drive device. Sam.
  7. kmsam2

    how to use tar?

    I need to do monthly full system backup. Sam.
  8. kmsam2

    how to use tar?

    Millions thanks to 2 of you. I will try it today. Should I use tar or ufsdump for backup? May I know what is the different? Sam.
  9. kmsam2

    how to use tar?

    I'm new to unix and I need to perform backup, may I know what is the different for following: /dev/rmt/0mb /dev/rmt/0m /dev/rmt/0c may I know which is recommended? Sam.
  10. kmsam2

    any end of file command?

    any "end of file" command to replace current for i = 1 to xxxx method? If I hardcode 100 then program will read first 100 line only: for i = 1 to 100 fileRead(ll_FileNum, ls_Input) // read import text file ls_input = trim(ls_input) dw_1.insertrow(i) dw_1.setitem (i, 'text1', ls_input) next...
  11. kmsam2

    not able to delete record.

    After adding index key into table, not able to delete record from table. VB. Net using below syntax: Public Function mtdSQLExec(ByVal v_strSQL As String) As Integer On Error GoTo ErrorHandler Dim conn As OdbcConnection = New OdbcConnection(g_strConnString)...
  12. kmsam2

    how to insert sp_who value into a table?

    any idea how to insert sp_who value into a table? Sam.
  13. kmsam2

    how to get OUtPUT value from stored procedure.

    I code like below, but I can't get the value. I had tested my stored procedure, it can return value, but not in PB. Please help! Sam. string ls_output='' DECLARE xp_get_user PROCEDURE FOR xp_get_user @@username=:ls_output output using sqlca; execute xp_get_user...
  14. kmsam2

    how capture screen snap-shot and save into a file.

    how to code printscreen command and save into a file? Sam.
  15. kmsam2

    how capture screen snap-shot and save into a file.

    how to code printscreen command and save into a file Sam.
  16. kmsam2

    how capture screen snap-shot and save into a file.

    PrintScreen in PB6 only capture screen and print to printer, anyway can save the picture into a file? Sam.
  17. kmsam2

    how to get the current window name

    how to get the current window name? example : I want to control user to access certain window only, a table will store all window name and user id. Sam.
  18. kmsam2

    how to save MS Word into MS SQL Server in PB6?

    thanks a lot! how to read from blob and convert back to Ms Word? Sam.
  19. kmsam2

    how to save MS Word into MS SQL Server in PB6?

    I need to save Ms word document into ms sql server table. Should be BLOB right? any sample code in PB to do this? Sam.
  20. kmsam2

    How to get NT user id.

    Sorry, not familar with nvo, how to code "Function boolean GetUserNameA (ref string name, ref ulong len) library "ADVAPI32.DLL" into PB6? Sam.

Part and Inventory Search

Back
Top