2,951 Posted Topics
Re: [QUOTE=zoraster01;1617259]can you give me some search engine code.[/QUOTE] No, You have to show some effort for that first. | |
Re: Have you compiled the package specifications before trying to compile the package body ? ![]() | |
Re: It is highly recommended for you to read [URL="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200.pdf"]this[/URL]. ![]() | |
Re: Check for proper join and existence and use of indexes in the table structure. | |
Re: You need to write log for each event or each execution step if required . | |
Re: You can go ahead and implement the approach if you have proper back up and recovery mechanism. Remember you are putting all the eggs in a single basket. | |
Re: First lets know how familiar and how comfortable you are in coding VB 6. | |
Re: Lets see your validation code that you are working on and fix it. | |
Re: Hi Lyandor, Welcome to Daniweb. Hope you have a nice time learning new things here. | |
Re: How are you populating the data grid ? | |
Re: is it compulsory to add value to all the text boxes ? | |
Re: Your code is horrible. Columns names are qualified by table name not the reverse as mentioned by you in the SQL. | |
Re: What the file contains and why you need to decode and using what ? | |
Re: What exactly you are trying to do ? | |
Re: [QUOTE=wattaman;1615590]the table rows now are jumping[/QUOTE] I really do not understand what exactly you mean by that, are you trying to re arrange the ids starting from 1 and increment by 1 till the last record ? | |
Re: Using the owner argument with the Show method ensures that the dialog box will be minimized when it’s parent is minimized, or unloaded should the parent form be closed. Using the Show method with both style and owner arguments. For example: [CODE] ' Display frmAbout as a modeless child of … | |
Re: If your .SQL file contains insert scripts, use that to insert records into the target DB and then use any DB front end tool to export the data back to .CSV format. | |
Re: what is the problem with current code ? In which part you are struck ? | |
Re: You need to read books for all that. Try using any search engine will get a lot of code online. | |
Re: Check for the 1st character of the string ,if that start with 1 0r 7 concatenate with 0. | |
Re: ADODC is not a database, it is a control to connect to database. use ADODB and try this code [CODE]cn.begintrans ' cn--adodb connection object cn.execute "your update command goes here" cn.committrans[/CODE] | |
Re: From VB use ADO to connenct to database. Please find the connection string [URL="http://www.connectionstrings.com/"]here[/URL]. | |
Re: But i don't understand what pagination has to do with database design. That should be handled at application level. | |
Re: Please find the connection string specific to your version of SQL Server [URL="http://www.connectionstrings.com/"]here[/URL]. | |
Re: How are you reading data from text file ? | |
Re: Please read more [URL="http://support.microsoft.com/kb/209805"]here[/URL] and [URL="http://social.msdn.microsoft.com/forums/en-US/adodotnetdataproviders/thread/62ee4978-ca29-48d3-9367-6dd4ab639d2d/"]here[/URL]. | |
Re: First of all tell me from where you got VB 6.5 ? Is it a home grown version ? ;) 1. Use ADO (refer to ADODB library). 2. Open recordset using desired SQL. 3. Populate the controls from recordset. | |
Re: How you set which file to play using the control ? | |
Re: Start crying louder, that may help. That is what school kids do when they are not spoon feed. | |
Re: The solution is [URL="http://www.daniweb.com/software-development/vbnet/threads/372664"]here[/URL]. | |
Re: let see the code that you are working on. | |
Re: No wonder why all these never happens in countries ,where technology is not that developed. | |
Re: You need to store the details of the room in database with a flag for empty/occupied. | |
Re: What about using database for the purpose. | |
Re: Check for proper syntax in your code. Are you storing the username and password in database ? | |
| |
Re: [QUOTE=blogger371;1611266]Please teach me step-by-step[/QUOTE] You need to read books for all that. | |
Re: are you sure the database is MS Access 2007 format ? | |
Re: Donate $5 to daniweb and you will know all the secrets of this universe that is not visible to mere mortals. :) | |
Re: You need to read books for all those details. |
The End.