2,951 Posted Topics
Re: May be you are dreaming, you need to wake up and check your application code. | |
Re: now i learn that i must go to bed now ,almost after 15 hrs with my notebook. | |
Re: you need to read [URL="http://dev.mysql.com/doc/refman/5.0/en/exists-and-not-exists-subqueries.html"]this[/URL]. | |
Re: You need to hook up the height and width property of the text box with that of the containing form. Handle that in the form_resize event. | |
Re: Are you facing any problem with the control ? You simply need to take the value from the control, format is at per you database date format and store in DB. | |
| |
Re: You need to read [URL="http://books.google.co.in/books?id=a5iIRThV0RoC&printsec=frontcover&dq=visual+basic+black+book&hl=en&ei=KsFUTonVE8OzrAfiionJDg&sa=X&oi=book_result&ct=result&resnum=2&ved=0CDkQ6AEwAQ#v=onepage&q&f=false"]this[/URL]. | |
Re: what you have tried so far ? | |
Re: TRY THIS [CODE]cnn.BeginTrans cnn.Execute "your sql udpate query goes here" cnn.CommitTrans[/CODE] | |
Re: You need to use ADO library in VB 6. Read more [URL="http://www.vb6.us/tutorials/database-access-ado-vb6-tutorial"]here[/URL] and [URL="http://www.timesheetsmts.com/adotutorial.htm"]here[/URL]. | |
Re: [QUOTE=Walahh;1628934]I am only getting results for converting a MS Accss 'database' to a SQL 'database'. ...... I just want to convert one MS Access 'table' to SQL Server (2008) 'table'. [/QUOTE] What is the difference ? | |
Re: Why not loop through the items in the array by index.. | |
Re: for that you need to frame the query dynamically at run time. try this. [CODE]PREPARE sql_stmt FROM "your query"; EXECUTE sql_stmt; [/CODE] | |
Re: You need to format the [B]DateTimePicker1.Text[/B] before passing the same into database for inserting. | |
| |
Re: do you have index on [B]id[/B] column ? | |
Re: You do that for windows phones. | |
| |
Re: try the fiollowing [CODE]SELECT * INTO OUTFILE 'result.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\n' FROM table_name;[/CODE] also read [URL="http://ariejan.net/2008/11/27/export-csv-directly-from-mysql"]this[/URL]. | |
Re: You need to use database for this. [B]new value = max of current value + 1[/B] | |
Re: you need to round off the value to the desired decimal places. | |
Re: you can't convert directly to previous version. you need to do it manually by re writing the code as suggested in the previous post. | |
Re: First of all you need to store opening and closing time in date time format. | |
Re: In what format dates are being stored ? | |
Re: are you trying to fetch the last record ? | |
Re: You must and should go with the approach of using relational database. | |
Re: Kindly post the tables structures also post the query that you are working on. | |
Re: No need to remember all. Use the one required for you. | |
Re: [QUOTE=TIP.Synergy;1624511] how to insert a pdf file in database[/QUOTE] Read the file into a binary stream and store the same into a database table. | |
Re: you need to fix the SQL query that you are using . Check for proper syntax. | |
Re: oracle is an ORDBMS ---in short is a database. and dba is a human being----is one who manages/administers the database. | |
Re: [QUOTE=ed_shaw;1604731]Many implications to this, but this is not the place to address them.[/QUOTE] Exactly. | |
The End.