2,951 Posted Topics
Re: what about defining a separate procedure / function for your required functionality | |
Re: Try to use WINSOCK component for the purpose. | |
Re: it is always better to store those in database for security reason. | |
Re: how are you calling the reports from VB ? | |
Re: if you are using oracle as database then a simple TRIGGER can do that for you. | |
Re: you ned t open the recordset by passing the primay key value at runtime as suggested in the previous post. | |
Re: the following query should work fine for you [b] "Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'" [/b] | |
Re: you need to frame the query dynamically at truntime and execute the same as per user selection. | |
Re: you need to capture the row numner and colum number in the grid ,read it and pass the value to the textbox on another page. | |
Re: any ways you have to run the application . you can always call a specific sub on a button click for testing. | |
Re: you simply need to connect to the server database at runtime by using the Ip or name of the server. | |
Re: sms should be in a particular format to be stored in database tables. You need to write your own code to reply to that. This will be easy via a TRIGGER if using oracle as database. | |
Re: please find a related discussion about [URL="http://www.vbforums.com/showthread.php?t=271014"]BitBlt[/URL] | |
Re: simply try using this [code=vb] conn.begintrans 'CONN---ADODB CONNECTION OBJECT. conn.execute "YOUR INSERT STATMNET HERE" conn.committrans [/code] | |
| |
Re: you can call the .net exe from Vb at runtime ans pass the parameter. | |
Re: is there any condition to execute the block of code ? | |
Re: kindly post the code that you are working on currently. | |
Re: what have you tried so far ? | |
Re: you need to decode the booking time . findout the time 1 hr before that and book accordingly. | |
Re: if you are looking for the connection string please findout here [b][url]www.connectionstrings.com[/url][/b] and to relate two or more tables you need to link them by primary key and refering foreignkeys. | |
Re: please find the connection string at [b][url]www.connectionstrings.com[/url][/b] | |
Re: i think you need to handle the COM ports for all that. | |
Re: You need to use reporting tools like inbuilt data report or 3rd party tool like crystal report for the purpose. | |
Re: Before drawing the ER you need to gather all informations and be sure of all your requirments. | |
Re: you can also change that ar eruntime by using color dialogbox of commondialog control. | |
Re: is the database file stored in a central repositary ? | |
Re: your question is bit confusing ,please repost clearly in this thread. | |
Re: please find the connectionstring at [B][url]www.connectionstrings.com[/url][/B] | |
Re: so what is the problem with [b]uploading a file from the local harddisk to a local folder. [/b] | |
Re: time stamp contains date as well . you need to trim the timestamp containing both date and time information to get only the date part. | |
Re: jsut try to uninstall and install the client once and test what happens. | |
Re: byusing Dim rs As new adodb.Recordset your problem is solved. | |
Re: you need to call the form containing the calander control on the click of the button and on selection of the date from calender pass the data back to the textbox. | |
Re: you need to format the date before passing that to database for processing. | |
Re: user id and passdword is compulsary to download oracle products. if you dont have one u need to create one first | |
Re: when you transfer simple substract from one and insert into another . the logic is so simple. | |
Re: if you mean sql server then in simple i can say sql server is an ORDBMS while access is not. | |
Re: Why you still need to sue VB 6.0 ? It is better to use MSDN on-line. | |
Re: you need to use modem for that. | |
Re: you need to format the date properly before passin gthat to database for processing | |
Re: You need to provide the name of the database along with username and password for connecting to the database. | |
The End.