Search results

  1. L

    Copy and rename file using Visual C++ ?

    Hi guys, Anyone have the source code for copy ,rename and delete file using Visual C++ 6.0 ? Thanks ! regards, Larva
  2. L

    Storing JPEG file as binary into mysql database step-by-step guide ?

    Hi, I agree with Xirtam that putting image files into database can be managed easily ! I also have a lot of files cluttering my directories. So any source out there can guide us to insert picture file into mysql database ? Thanks ! larva
  3. L

    Storing JPEG file as binary into mysql database step-by-step guide ?

    Any sources for this ? Thanks !
  4. L

    PL/SQL date problem !

    Hi guys, My table A contain a column called VDATE with date as datatype. The data in this column is like 15-Jun-2002 01:27:53 PM. My procedure is as follow : ( str_date IN A.vdate%TYPE) AS v_date VARCHAR2(30); BEGIN v_filename := TO_CHAR(SYSDATE,'yyyymmddhh24misssss')...
  5. L

    Compare date SQL command in Access 2K ?

    Hi, How to compare a date in Access 2K ? Like select * from Name where date_of_birth > '04-Mar-2003 11:22:01'; but the above statement wrong ! Pls help !
  6. L

    Microsoft Access97/2K problem !!

    Hi, But shouldn't Microsoft set this function to auto ? I means once records deleted from the access database, the size of the file should automatically reduce ! Larva
  7. L

    Microsoft Access97/2K problem !!

    How to compact the access97/2K database ?
  8. L

    Microsoft Access97/2K problem !!

    Hi guys, I found a bug for Access 97/2K where the size of the file will keep on increasing forever eventhough u have deleted all the data inside the database. For example, I have 20K records inside the access database andthe size of the file is 30MB and after I deleted 19K records from the...
  9. L

    Redhat Linux 7.3 route problem !

    Hi guys, Pls help, Thanks ! larva
  10. L

    Redhat Linux 7.3 route problem !

    Hi guys, My company gateway (192.1.1.3), which is use to route to www.abc.com. I have setup a Redhat 7.3 Linux Server and add the following: route add default gw 192.1.1.3 and it's working fine when I ftp to www.abc.com for a period of time, like 2 hrs and I never restart the server...
  11. L

    FTP Linux Bash Script ??

    Hi guys, Pls help, Thanks ! larva
  12. L

    FTP Linux Bash Script ??

    Hi notfred, Whenever the crontab execute the perl script with root account, root will receive an email for each execution of the script. Is there anyway to disable this and instead of sending email, log it into a file ? larva
  13. L

    JDBC Oracle8i connection string ?

    Hi can connect in using SQL Plus and DBA Studio also !
  14. L

    JDBC Oracle8i connection string ?

    Hi, try { Class.forName("oracle.jdbc.driver.OracleDriver"); String url = "jdbc:oracle:thin:@192.1.1.168:1521:orcl"; con = DriverManager.getConnection(url, "system","manager"); } catch (SQLException ex)...
  15. L

    FTP Linux Bash Script ??

    Hi notfred, can u help me to add in some code to this script where when fail to connect the remote server, create or append a log file in /var/temp/log/ where the file contain the date and time of the incident. Thank you ! larva
  16. L

    FTP Linux Bash Script ??

    Hi notfred, When I tried to delete the route from local server to remote server and run the perl script u given, an error message saying that "Can't call method "login" on an undefined value at /script/ftp2.pl line 22" ftp2.pl is the script u given and line 22 is...
  17. L

    FTP Linux Bash Script ??

    Hi notfred, I tried ur script but a message saying that : "bad interpreter : No such file or directory" ! Pls help ! larva
  18. L

    FTP Script in Linux !

    Hi guys, I need a script to do the following process in Redhat Linux 7.3 : 1) Check to see if /var/temp/ contain *.bin files 2) if no, abort the script. Else, goto step 3 3) Start ftp to www.abc.com server. 4) if unable to connect to www.abc.com server, abort the script. Else, proceed to...
  19. L

    How to use Visual C++ 6.0 with Access 2000 ?

    Hi, I have the following problems: CDaoDatabase clientDB; CDaoRecordset rs(&clientDB); try { clientDB.Open("123.mdb",false,false,_T("")); } catch (CDaoException* pe) // Catch excpetion if there was a problem { pe->GetErrorMessage(errorMsg, 255)...
  20. L

    Execute java program from .bat file ?

    Hi, When I execute the .bat file, all the . characters change to / character ! like C:\j2sdk1.4.1\lib\tools.jar change to C:\j2sdk1/4/1\lib\tools/jar Pls help
  21. L

    Execute java program from .bat file ?

    Hi, I got a problem executing java program from .bat file. The code in the bat file is below java c:\test -cp -classpath c:\test.class no response ! pls help ! larva
  22. L

    Oracle9i client no response in Window 2K P4 PC

    Hi pls help !
  23. L

    Mysql database security ?

    Hi, I setup mysql database in Win2K. I typed mysql in msdos, but I wasn't being prompted for username and password. How can I set this security so that not everyone can access mysql database ?
  24. L

    Oracle9i client no response in Window 2K P4 PC

    Oracle9i Database Release 2 Client and Enterprise edition both also no response.
  25. L

    Oracle9i client no response in Window 2K P4 PC

    Hi guys, I was unable to install Oracle9i in P4 PC with Window 2K OS. Eventhough I click the setup file also no response ! Please help, Thanks !
  26. L

    Create .bat file to run java program problem

    Hi, pls help, thanks !
  27. L

    Create .bat file to run java program problem

    Hi, How to add to my classpath ?
  28. L

    Can one read/write files from PL/SQL?

    Hi damiano, I received the same error message again eventhough I change to . ! How ?
  29. L

    MAke Redhat 7.3 boot from MBR, How ?

    Hi, Pls help ! Thanks ! kmthien
  30. L

    Oracle8i Replication or Clustering ?

    Hi Guys, Pls comment on this, Thanks !! regards, kmthien
  31. L

    Crontab to run java program ?

    Hi, I login as root and modify the /etc/crontab by executing 'crontab -e' command and add the following line to crontab : 0-59 16 * * * root /etc/local/j2sdk1.4.1/bin/java /home/FileOutput where FileOutput is a java program in .class. If I run manually by typing 'java FileOutput', a file...
  32. L

    VPN to home via company Proxy server

    Hi guys, I got a VPN enabled on my Windows 2K Professional at home. I connect to Internet from company via my company Proxy server (port 9000). I need to supply username and password whenever I try to connect to Internet where IE6 will prompt me. What can I do to VPN with my home computer ...
  33. L

    Stretching bitmap inside PictureBox VB 6.0

    Hi guys, Pls help on this, Thanks ! regards, Larva
  34. L

    Stretching bitmap inside PictureBox VB 6.0

    Hi, Pls help, Thanks ! regards, Larva
  35. L

    mount separate partition on single drive using Linux ?

    Hi, Can guide me step by step, Thanks ! regards, Larva
  36. L

    mount separate partition on single drive using Linux ?

    Hi, What i downloaded is just a patch ! So how to patch this patch to the kernel ? regards, Larva
  37. L

    Stretching bitmap inside PictureBox VB 6.0

    Hi, I got a picture file for which the size of it is like 1000X1000 but the PictureBox in my VB program just like 300X300. How can I stretch this .BMP file so that it can fit into the PictureBox ? Is that possible also I can get the value of how many times have the .BMP been stretched ...
  38. L

    mount separate partition on single drive using Linux ?

    Hi, My hardisk is partition into Window 2K (NTFS) and RedHat 7.3. I was trying to mount NTFS drive inside Linux but failed. I did the following : 1) mount /dev/hda1 /mnt/windows where windows is the directory I made. and got the following error message : mount : fs type ntfs not...
  39. L

    How do I install Linux on my machine?

    You wanna dual boot your system ? Mean that u wanna to have 2 OS ? Windows2k and Linux ?
  40. L

    Oracle JDeveloper 3.2 Problem...

    Hi, Pls help ! Thanks ! regards, Larva
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |