2,951 Posted Topics
Re: Kindly mention what exactly you are looking for and what are you getting as output from your query. | |
Re: Kindly post the code that you are working on. | |
Re: what i understand is you need to store username and password in oracle database and use that credential to login to your application dynamically at runtime. if that is the case [CODE=sql]select count(*) from user_login where user_name='username' and password = 'password'[/CODE] if this returns 1 then allow to log in … | |
Re: What happens when you call the function / event in Form_Resize event ? Is that not getting executed ? | |
Re: you need to copy the activex component also to the system and register that using REGSVR32 command. | |
Re: What is the last date to cast ones e-ballot and most importantly what the winner takes home :D | |
Re: What exactly the existing product does . You need to post more details. | |
Re: Find the complete list of providers [URL="http://www.connectionstrings.com/oracle"]here[/URL]. | |
Re: How much you are ready to pay for the tool / code? | |
Re: Relational modeling is the logical representation of the physical relation of the DB tables. | |
Re: [B]INSTR(rounded_cost, '.' -1)[/B] what does the above part do ? | |
Re: you simply need to follow the post #2 | |
| |
Re: to solve your problem i need few information from you. 1. is the database installed on your PC ? 2. are you trying to log in to a database in a network ? 3.is the [B]scott[/B] user exists and and is unlocked ? | |
| |
Re: you need to install sql server client in the other system and connect to the server to access the database.. | |
![]() | Re: you need to create a check constraint with the desired values on the desired column of the table. |
Re: you are trying to create a new database or trying to log in to existing database. | |
Re: try the following code, make changes as desired [code=vb] Dim CN As New ADODB.Connection Dim RS As ADODB.Recordset Dim DataFile As Integer, Fl As Long, Chunks As Integer Dim Fragment As Integer, Chunk() As Byte, i As Integer, FileName As String Private Const ChunkSize As Integer = 16384 Private Const … | |
Re: kindly post your table structures. | |
Re: you need to add a [B]do event[/B] to your code. | |
Re: Only the owner of the object has the permission/access on the object. Other users needs to be granted permissions by the owner/dba for access which is taken back by the REVOKE command. If permission is not granted it means it is denied and there is no command to DENY any … | |
| |
Re: since you are going to design , you should have the requirements. You need to gather all information before starting design of the system | |
Re: No that is not possible. Again it is not possible to write an OS using a single language. | |
Re: what the project is all about ? Is it only a database projects ? | |
Re: you need to check for existance of the record before insert the same into database. you can use COUNT() for the purpose. | |
Re: is the items stored in database ? | |
Re: Do you want to store and retrieve images in database ? | |
Re: the syntax that you are using is not Oracle syntax. | |
| |
Re: you can always do that , just use sysdate that will handle your date problem. | |
Re: what exactly is a inbox that you are trying to create ? | |
Re: you need to open the recordset by passing the value at runtime dynamically. Use count to find the number of records in the recordset. If it is >0 then process further else display your message box | |
Re: Can you kindly post what have you done so far. | |
Re: Try to use DELETESETTINGS to delete any entry from registry. Are you sure a non-existing application is still running ? | |
Re: barcode reader work very straight forward , just as an keyboard. once you read the barcode using the device it directly inputs the code to the control (ex textbox) having focus. What you need to do is process the data further as per your business logic. | |
Re: what playable ? all mp3 files are playable , if your usb drive is a player it will definately play the file. | |
Re: are you talking about any application developed in VB 6.0 ? | |
Re: do for the device that has inbuilt file locking system. |
The End.