- Strength to Increase Rep
- +15
- Strength to Decrease Rep
- -3
- Upvotes Received
- 247
- Posts with Upvotes
- 206
- Upvoting Members
- 123
- Downvotes Received
- 39
- Posts with Downvotes
- 33
- Downvoting Members
- 32
I live my life on my own terms.
- Interests
- Browsing, Reading, Photography
- PC Specs
- Windows 7 with 4GB RAM
| |
Re: Of course the school , because that is the palce where u spend quiet a long n know each of your friends better. | |
| |
Re: You must be looking for something that pays more with little to no work, right ? | |
Re: [URL="http://www.databaseanswers.org/data_models/"]This[/URL] may help. | |
Re: What do u mean by [B]forms sql[/B] ? Please clarify for further detail explanation. | |
Re: you need to store user details in DB. 1. check the status of the use account with each login. 2. increment the counter by 1 with each failed login. 3. update the status of the user to locked once the counter reaches 3. | |
Re: The i in oracle 8i and 9i stands for INTERNET and the g in 10g and 11g stands for GRID bucause from 10g onwards oracle supports grid architecture. | |
Re: if you have installed oracle server in the system, you have to set password during installation atleast for SYS and SYSTEM accounts. | |
Re: How are you importing ? | |
Re: Any exe created with VB6 will run without installing vb6 in system. | |
Re: Sorry, ours is not a free code supply service. We do not do that. | |
Re: Which version of oracle database you are using ? | |
Re: Along with a button on a form you need to have a database in place and connect to that Db from vb before you could do any database related activity. | |
Re: Hi Neha Here we do not write code for others. SO please do not expect others to design the GUI and send you the code . for getting help you need to post what you have tried so far for the project. | |
Re: You need to polulate the controls from the recordset before closing it. Of course you have to check for BOF and EOF. something like this. If rsSearch.EOF <> True And rsSearch.BOF <> True Then Text1.Text = rsSearch.Fields(0) | |
Re: Try inserting some dummy data from back end and recheck. Also you need to handle NULL properly. | |
Re: What about starting a new thread of your own and not digging a dead thread . | |
Re: is the data being stored is case sensitive ? Better to use LIKE inplace of = for character search. try something like this [CODE]"select * from Movies WHERE upper(Movie_Name) like %'" & upper(txtMovieNamesearch.Text) & "'%"[/CODE] | |
Re: Please read more [URL="http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database"]here[/URL] and [URL="http://bytes.com/topic/visual-basic/insights/641546-blob-retrieve-image-stored-database"]here[/URL]. | |
Re: It means the client side tool SQL *PLUS is not connected to the server or was disconnected because of server restart or network disconnect. | |
Re: please the following links [URL="http://support.microsoft.com/kb/161833"]link1[/URL] [URL="http://msdn.microsoft.com/en-us/library/aa562998%28v=exchg.80%29.aspx"]link2[/URL] [URL="http://www.vbknowledgebase.com/?Id=21&Desc=Send-Email%28E-Mail%29-from-VB6-using-CDO"]link3[/URL] [URL="http://www.freevbcode.com/ShowCode.asp?ID=7504"]link4[/URL] | |
Re: What you think post #3 is ? If you are familiar with vb6 coding for database, mysql is no different from other DBMS. | |
Re: Visual Basic 5.0 and Crystal Reports 4.6 are not 64 bit application, so are not supported on Windows 7. | |
Re: after wards you need to divide the number by 1024 to get in Kilo Bytes and again by 1024 to get in MB. continue the same for GB as well. |