2,951 Posted Topics
Re: is it such that the number of delimerets can can in every string then u need to write a sub-routine for that. | |
Re: [B]Is True[/B] is not available in VB 6.0 . Are you using .NET ? | |
Re: please go through the MSDN for details regarding all those rarely used events. | |
Re: Try to establish a composit key using keys specified as suggested in the previous post. If you still have any doubts ,please do post back. | |
Re: you just need to enable and disable the controls on specified event. | |
Re: Set the button's Style Property to Graphical . and then set the backcolor property of the button. | |
Re: what exactly u want to know is access. If u want tto create on e thats so easy .It is a GUI tool u wont face any problem. If u have any basic idea if database (not access) ,you should be able to easily work with that. | |
Re: from vb6.0 u can connect to all versions of ACCESS. | |
| |
Re: what if the the table2 contains more/different columns than the table1 ? you have to specify the column name Your code will work if both the tabels are having same structure. | |
Re: when u create the set up using package and deployment wizard , it will automaticall include all the .dll ,.ocx and other required files with the set up. All these files will be installed in the target system at the time of installation. So it is not necessary to install … | |
| |
Re: put the timer on the MDI forn using any container control and run the search code the timer_timer event at the interval you want. | |
Re: u need to frame the connection string at runtime. but for that connection should not be opened. can do that for ex at form load. | |
Re: the user2 will still access the old data till the user1 executes COMMIT. To avoid this user need to lock the table / record before executing any UPDATE command. | |
| |
Re: what bout try yourself before ask for help and if possibel posting your code instead of asking for complete solution. | |
Re: can you please specify what exactly you want to do. do u want to write data to any file ??? | |
Re: please specify exactly what u want to do in your project. | |
Re: As you are using Visual Basic 2005 as Front-end ,you should have posted the question in VB.NET forum . | |
Re: I think in the specified database there is no relationship between the above two tables. If there is no relation how do u expect it to maintain / enforce referential integrity | |
Re: that feature is not available in VB 6.0 . If u want use that u need to use 3rd party tool. [B]OSEN XP SUTE[/B] | |
Re: try to find in MSDN or u can also fine those by little web searching. | |
Re: there are 10 types of people those who can understand this and those who can't. ![]() | |
Re: You can directly use the API [B]PlaySound[/B] to do that . No need to write all that code. | |
Re: Do u want to take database backup or just copy the data to a text file ? If u want the 2nd one then u can go with [B]stupidenator[/B] But when u say EXPORT it means taking database back up. for this SQL>HOST U will get a black screen type … | |
Re: Yes that is very much possible to do in oracle using PL/SQl. for that u need to use dynamic SQL using EXECUTE IMMEDIATE. | |
Re: can you please specify what exactly is the error you are getting, for my reference. | |
Re: try to frame the recordset dynamically by passing / framing query at runtime . | |
Re: it never happens that if--ehen and case will return different result. | |
| |
Re: Hi Zangle , welcome to daniweb. Hope you share your knowledge with the members ans enjoy a lot. | |
Re: store all the question and choice answers in database along with correct answer. Also store the subject name with some flag setting. then randomly generate the numbers with or without option for ths user to choose the subject. | |
Re: I don't think that is in ORACLE. R u sure. | |
Re: try using the predefined package dbms_lob to get some info regarding that. | |
Re: Oracle supports creating a database of max size of 8 million terabytes using oracle version 10g . In this version the max size a table space can be upto 128 tera bytes. Hope this avoids all confusion | |
Its really funny to introduce my self here in the forum. Even though I am a member of the forum for quiet a long time, I hardly post here in the forum. By the was I am Mr. Debasis Das . I work as an Sr. Software engineer in a … | |
The End.