2,951 Posted Topics
| |
Re: What does [B]tv1.SelectedItem.Key[/B] returns ? | |
Re: 1. save image from cam to a file. 2. store the picture file into database(can convert the file to binary and store or store the file path only). 3. retrieve from database to display back in control. | |
Re: the first one uses client side cursor. | |
Re: You simply need to store the database in a shared location to which all the PC running the application has access. You do not need to make any specific changes to your code to do any DB operations. | |
Re: [URL="http://bytes.com/topic/visual-basic/insights/726143-adding-items-treeview-listview-database"]This[/URL] might be helpful to you. | |
Re: You need to call [B]AddNew[/B] or [B]Edit[/B] method before calling [B]Update[/B]. | |
| |
Re: Please find all that [URL="http://www.google.co.in/search?hl=en&q=materialized+view+in+oracle&sourceid=navclient-ff&rlz=1B3GGGL_enIN354IN354&ie=UTF-8&aq=2&oq=materia"]here[/URL]. | |
Re: Welcome Ochieng. You can post your questions if any in the related section of the forum. | |
Re: Why you need to store the data in the client machine in case of a online application ? If you want something free try to go for [URL="http://www.oracle.com/technology/software/products/database/xe/index.html"]oracle Express[/URL] | |
Re: Try using scheduled jobs, if your database is ORACLE. | |
Re: What about storing the users(contacts) and the relationship details in separate tables and linking them using PK and FK. | |
Re: if that contains picture, that works directly in crystal report(you can directly drag the filed to report area). I am not sure of Data report. | |
Re: Please find the connection string [URL="http://www.connectionstrings.com/oracle#p14"]here[/URL]. | |
Re: you need to open the recordset with multiple columns and then to add to the list box try this [code]list1.additem (rs(0)&" " & rs(1) & " " & rs(2))[/code] | |
Re: Check if you have permission and can call the components of the Yahoo Messenger in your own application. | |
Re: You only need to change the [URL="http://www.connectionstrings.com/mysql"]connection string[/URL] to access the database. There would hardly be any changes to your VB code for MySQL. | |
Re: Please do not hijack others threads. Always start a new thread for your own question. You need to read [URL="http://www.daniweb.com/forums/thread199614.html"]this[/URL] to the solution to your question. | |
Re: Kindly post the code that you are working on and also mention the part that you are struck with or having any error. | |
Re: Since you are storing user name and password in database, user name field must be the PK of the table(so it is unique and can't be null). Assuming the above criteria. run the following query SELECT COUNT (*) FROM TABLE_NAME WHERE USER_FIELD='USERNAME_THAT_YOU_ENTERED' AND PASSWORD_FIELD='PASSWORD_THAT_YOU_ENTERED' If the above query returns one … | |
Re: Hi Ramya, Welcome to Daniweb. You are welcome to ask all your computer related doubts but in specific sections of the forum only. | |
| |
Re: You need to read [URL="http://www.dreamincode.net/forums/showtopic29575.htm"]this[/URL] for a complete explanation. | |
Re: What exactly you want, What is the data type of that PK field ? Please pass more information. | |
Re: Why you have posted this code here ? Do you have a question ? | |
Re: If you have designed the DB (something to start with), Please post the ER here. That will be really helpful to add to your ideas. | |
Re: You need to join the tables to fetch the data from multiple tables. | |
Re: Try to access the DLL or other componenets of the tool to achieve the same from your own application | |
Re: you can't assign an entire recordset to a textbox. You need to fetch one field of a record and display the same in the textbox. | |
Re: I think you need to read [URL="http://www.bkent.net/Doc/simple5.htm"]this[/URL]. | |
Re: can you connect the device to system using COM port or something ? | |
Re: What makes you think that handling 10 million records is next to impossible. You can use any database like Oracle, MySql or MsSql . | |
Re: what kind of data file you are using. | |
Re: use two database connection 1 for access 2 for excel read from excel and write to access. | |
Re: What about reading books for these basic lines of code and learning yourself ... | |
Re: It is always better to create a database directly at backend not from frontend code. No where there will be a requirement when you have to create a database at runtime. | |
Re: [URL="http://books.google.com/books?id=lOJeeibMbJ4C&printsec=frontcover&lr=#v=onepage&q=&f=false"]This[/URL] just might help you. | |
The End.