2,951 Posted Topics

Member Avatar for bantex07

If using ADO then try this [CODE]conn.begintrans 'conn-----adodb connection object conn.execute "delete from table_name" conn.committtrans[/CODE]

Member Avatar for mb01a
-1
191
Member Avatar for rexgb_34
Member Avatar for Alek_log
Member Avatar for trinsleynewton
Member Avatar for dunc_k
Member Avatar for revjim44

1. referring and referenced table columns should be matching. 2. DEFAULT is not a constraint.

Member Avatar for debasisdas
0
177
Member Avatar for charlottetisane
Member Avatar for kayak_186

What is not working ? Are you getting any error ? Check if your sub query returns any record.

Member Avatar for kayak_186
0
150
Member Avatar for Andy90
Member Avatar for taruna patil
Member Avatar for NyQii
Member Avatar for ymathur
Member Avatar for hueikar

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.

Member Avatar for hueikar
0
176
Member Avatar for macvere

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.

Member Avatar for Reverend Jim
0
150
Member Avatar for vuyiswamb
Member Avatar for rooneey10

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.

Member Avatar for Unhnd_Exception
0
721
Member Avatar for hackerjackie
Member Avatar for hackerjackie

Ours is not a free code supply service. You need to read books for all that.

Member Avatar for Reverend Jim
0
117
Member Avatar for nadnakinam

But i do not understand why you need to combine two SQL statements. If you want to fetch records from both the tables then you need to join both the tables.

Member Avatar for nadnakinam
0
156
Member Avatar for Vaikkundhnaair

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]

Member Avatar for Vaikkundhnaair
0
105
Member Avatar for Lek Plepi

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.

Member Avatar for sgt_toasty
0
144
Member Avatar for king_saqib

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].

Member Avatar for debasisdas
0
110
Member Avatar for stoopkid

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.

Member Avatar for smantscheff
0
112
Member Avatar for cse.avinash
Member Avatar for manish250
Member Avatar for manish250
0
235
Member Avatar for jorizh09
Member Avatar for Lek Plepi
Member Avatar for arthemyth
Member Avatar for king_saqib
Member Avatar for Djscorpion011
Member Avatar for Hani1991

[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.

Member Avatar for MooGeek
3
403
Member Avatar for kheijhei
Member Avatar for shravya
Member Avatar for Galbatorix

You need to read [URL="http://support.microsoft.com/kb/821768"]this[/URL].

Member Avatar for thatscrap12543
0
186
Member Avatar for Simony
Member Avatar for aaje
Member Avatar for Fireprufe15
Member Avatar for Stjerne
Member Avatar for mrjillberth
Member Avatar for folberlin

[QUOTE=folberlin;1639336]i did create my trigger and it works.[/QUOTE] lets see the code.

Member Avatar for adam_k
0
205
Member Avatar for hackerjackie
Member Avatar for debasisdas
0
47
Member Avatar for hackerjackie

Read [URL="http://www.daniweb.com/software-development/vbnet/threads/49338"]this[/URL].

Member Avatar for debasisdas
0
59
Member Avatar for Mylo92
Member Avatar for vin24
Member Avatar for nishu.tbz
Member Avatar for Netcode
0
70
Member Avatar for mkalinic
Member Avatar for Xamublack
Member Avatar for amrita111

Oracle is an ORDBMS and sql is a programming language to interact with database. Please read books for details.

Member Avatar for BitBlt
0
128
Member Avatar for kostas_213
Member Avatar for tommygee100

The End.