2,951 Posted Topics
Re: Sorry, we do not solve home works /assignments here. The error message is self explanatory. | |
Re: you want to build the database or the search functionality using any front end tool ? | |
Re: that has nothing to do with database connection . check your other code. | |
Re: there are number of tools for the purpose. Just use google with proper keyword for effective search. | |
Re: as the name is icon it needs to be an icon (*.ico) or a cursor (*.cur) file. The size/dimension of the file should be 32 x 32 pixels. | |
Re: Try this sample code for taking backup and restore of access database [code=vb] Dim DBTempSource As Database Dim DBTempDestination As Database Dim RecTempSource As Recordset Dim RecTempDestination As Recordset Sub MBackup() Set FSO = CreateObject("Scripting.FileSystemObject") On Error GoTo Errors If OptBackup Then TxtRemarks = "Backup Started at " & Time … | |
Re: What happens when you click on the parent node . Does it not open the child nodes with its icon ? | |
Re: then download some ebooks and go through that. | |
Re: you should get correct output with your code. there is nothing wrong with it. | |
Re: I think you are trying to redefine SQL with your own bunch of syntax. What are those [B]WHILE[/B] and [B]WHEN[/B] in your code ? | |
Re: You need to pass unique values for the scheduled_num field. schedule_num should be the PRIMARY KEY and semester should be having an UNIQUE constraint. Try to use the insert statement in a procedure and use a SEQUENCE to generate the schedule_num. | |
Re: i can say the copmpete reference from oracle press covers everything but nothing in details. | |
Re: if you use timer at a particular time interval that will use a lot of system resources irrespective of any database changes. Better use a refresh button , so that the use can get the updated list at their will. | |
Re: use the IN clause or simply write a procedure and pass the values. that u want to delete. | |
Re: You can't disable the windows key. | |
Re: You just need to store all the required file in specified folders before creating the setup and specify the same in the code as well. Next create the EXE from the file menu and then use the packager and deployment wizard to create the set up | |
Re: It is always better to store the DB file in the application path and set the property of the control using code in the form load event. | |
Re: you need to use some 3rd party tool for the purpose. | |
Re: [QUOTE=cutedipti;951552]hello! As i am trying to insert multiple rows using following command [ICODE] insert into customer(c_id,c_name,c_city,c-street) values('C101','Hayes','Downtown','Main'), ('C102','Willum','Perryridge','North'), ('c103','Smit','Brooklyn','Park'); [/ICODE] It always gives me an error that ERROR at line 2: command not properly ended Please tell me why this error is occuring & what's solution to it? I am … | |
Re: that is so simple , you just need to compare both the string and proceed further based on the comparison result. | |
Re: You need to use some third party components and need to connect to SMS gateway for that. All those does not come free. | |
Re: please post your your question the [URL="http://www.daniweb.com/forums/forum58.html"]vb.net[/URL] forum. | |
Re: Welcome we are glad to have such a useful resource like you. | |
| |
| |
Re: If the database is oracle you need to play with USER_TAB_COLS view. You need to frame queries dynamically at run time in a loop and execute. | |
Re: Nothing is clear from your post . what do you want application design or database design ? | |
Re: you need to use [B]set DataGrid1.DataSource = Adodc1.RecordSource [/B] | |
Re: that depends on so many factors 1. are both DB compatible ? 2. are both DB directly compatible (do you need an intermediate level)? 3. Price of new S/W & H/W 4. Professional expenses. | |
Re: Please find the details [URL="http://www.bkent.net/Doc/simple5.htm"]here[/URL]. | |
Re: * is not required in delete statement. use this strSQL = "DELETE FROM Product WHERE Expiry_Date = '" & Text1.Text & "'" | |
Re: Windows XP is not a free software. | |
Re: what is the source of data in the control ? is it getting populated from database ? |
The End.