2,951 Posted Topics
Re: What kind of vulnerability ? Is it an injection attack ? | |
Re: you need to connect the device and capture the input. after that processing is same as input from a normal keyboard. | |
Re: FYI -- dll is a compiled sub or function only. | |
| |
Re: If by attaching you means to say play an audio file , you can use media player control, MM control or use the API Playsound. | |
Re: You need to subtract the dates. Try to use DateDiff Function. | |
Re: You need to heck if database is configured and the service is running. To log in into database you need to provide database username and password not windows credentials. | |
Re: Is your country the worst place for a web developer like you, in terms of Salary and benefits ? | |
Re: [QUOTE=hericles;1742994]MySQL is used on most web hosts for the simple reason that it is free.[/QUOTE] Can't disagree. | |
Re: How can anyone log in into the database and corrupt the all important data without any access. Either the data was not important or there was no security for the database. Even if there is some log you will never find the name of the person who did all that. | |
Re: You need to login at console only or else use the SQL Developer. SQL * PLUS is not shipped with 11g anymore. Check if your database service is up and running. | |
Re: [QUOTE=andrew1989;1743212]..... will this work in VB6..[/QUOTE] 100% | |
Re: The simplest solution is to use an UDL file. Opennotepad and save the file with .UDL extension . No need to write anything in the file. Then double click the file to open and the other step are self explanatory. Close the file after checking the connection and write click … | |
Re: You need to read books for all that. If you hit any search engine with proper keywords, will get a lot of online resources. | |
Re: After successful log in, you need to check the privilege of the same user from database. If the user has desired privileges then enable the password change form else disable that. | |
Re: Welcome to the forum. No one is going to supply with ready project. You need to show effort to get any help. | |
Re: try to rename the table to something else. USER is predefined keyword. | |
Re: What about loading all data from .CSV into database using loader and later filtering out all unwanted records. | |
Re: You need to use same version of EXP/IMP or EXPDP/IMPDP for database export and import. | |
Re: MS Visio usually displays all the table of the database. You need to select tables related to your schema only. Tables of all other schemas will be qualified by respective schema names. | |
Re: Since you are always concatenating the generated number to a fixed string, you need to generate only the number part from DB. Using the logic of Max(field)+1 should work fine for you. | |
Re: If you are using IMP command you need to use the parameter DATA_ONLY. If you are using IMPDP command you need to use the parameter TABLE_EXISTS_ACTION. | |
Re: the project is on its way. | |
Re: What about reading books for all those basic information. | |
Re: You can take count of the desired field from DB. | |
Re: I think his main worry is -- Google Toolbar not compatible with Firefox 5. | |
Re: you simply need to use TO_CHAR for the purpose and convert the sysdate to desired format. | |
Re: country : country_code ,country_name Army : army_code, army_name , country_code Solders : name , ID , rank,country_code | |
| |
Re: you need to register that DLL with windows using the REGSVR32 key and then refer that ddll from Project------> Reference menu of VB IDE. Next you need to create objects of the class and call its objects. | |
Re: are there duplicate entries for field [B]book_num[/B] in the table [B]booking[/B] ? | |
Re: Have you tried something from your side so far ? | |
Re: how are you writing the record set to excel ? | |
| |
Re: set the format type of DatePicker1 to [B]custom[/B] and set the format to [B]hh-mm-ss[/B] | |
Re: To edit an existing record you need to use the method [B].Edit[/B] not [B].AddNew[/B] | |
Re: Create a routine in MySQL to handle all that at DB level and call the same from c/c++ program. | |
![]() | Re: You need to define the constraint at table level not at column level. That will work. ![]() |
Re: How the picture is being stored in the DB. Is it the actual picture or the path only ? | |
Re: If you already have the code the in which part you are struck with ? |
The End.