2,951 Posted Topics
Re: If using ADO then try this [CODE]conn.begintrans 'conn-----adodb connection object conn.execute "delete from table_name" conn.committtrans[/CODE] | |
Re: please post your code here for reference. | |
Re: C # .NET with SqlServer is good option. Also try php with mysql. | |
Re: 1. referring and referenced table columns should be matching. 2. DEFAULT is not a constraint. | |
Re: What is not working ? Are you getting any error ? Check if your sub query returns any record. | |
Re: You need to manually rewrite the code. | |
Re: I think you need to use database to save the data not SaveSetting. | |
![]() | Re: you need to select start and end dates from the control format it as per database format before using the values. Use BETWEEN operator in database side for date range. ![]() |
Re: No one here is going to supply you with the code without any effort from your side. You need to hire a professional develop to get it done your you, and you need to pay the professional. | |
Re: Happy birthday. Three years passed only in 2 pages:S | |
Re: You need to add Picturebox to panel or groupbox, it will be easy to manage. Once the controls are grouped, you can loop through all the content controls and enable or disable at a single go. ![]() | |
| |
Re: Ours is not a free code supply service. You need to read books for all that. | |
Re: Please specify how are you connecting ? I am not sure what exactly you mean by [B]The database is being detected but not the tables inside the database.[/B] | |
Re: You filter the dates from database by using BETWEEN operator. You need to format the dates into your database format before passing the same into the DB for processing. | |
Re: For a simple solution you have to create a shortcut to the Programs [your exe file] and drag & drop that shortcut into the Startup folder and reboot your system. for example [B]C:\Documents and Settings\Das\Start Menu\Programs\Startup[/B] Other methods [URL="http://www.techrepublic.com/article/tech-tip-put-applications-in-the-nt-system-tray-on-startup/5283952"]here[/URL] and [URL="http://oreilly.com/pub/a/oreilly/windows/ron/startup_0401.html"]here[/URL]. | |
Re: As suggested by smantscheff, you need not bother about STATUS column at all if you do not want to filter by that column and display all the records. So it really does not matter how many distinct values you have in that field. | |
Re: What exactly you are trying to do , that raises this exception ? | |
Re: I don't think using command buttons is the best option for this. | |
| |
Re: [QUOTE=MeOnly;1617674] 4. How does it happen that people here misunderstand each other frequently? There.[/QUOTE]We do it frequently for some serious fun and to confuse others. | |
Re: You need to use timer control for the same. | |
Re: You need to read [URL="http://support.microsoft.com/kb/821768"]this[/URL]. | |
Re: [QUOTE=folberlin;1639336]i did create my trigger and it works.[/QUOTE] lets see the code. | |
Re: What buffer codes ? What exactly you are trying to do ? | |
Re: Read [URL="http://www.daniweb.com/software-development/vbnet/threads/49338"]this[/URL]. | |
Re: The first thing you need is a client and a server ? | |
| |
Re: Oracle is an ORDBMS and sql is a programming language to interact with database. Please read books for details. | |
The End.