2,951 Posted Topics

Member Avatar for johnsign11

You just need to add a constraint for the purpose. Post #2 should help you in defining all that.

Member Avatar for yash_792
0
141
Member Avatar for _neo_
Member Avatar for daneuchar
Member Avatar for debasisdas
0
64
Member Avatar for KLK12345

the error message is self explanatory. check if the target database is up and running.

Member Avatar for debasisdas
0
70
Member Avatar for v_akshat

practically you can you any programing language (that supports database connection) for your purpose.

Member Avatar for debasisdas
0
75
Member Avatar for reezox

the following discussion might be useful for you. [URL="http://bytes.com/community/editors/793535-add-vista-effects-your-forms-vb-howtos"]link[/URL]

Member Avatar for amit208
0
89
Member Avatar for RahulV

Do you know how to populate data from/to a DB into/from a DataGrid/DBGrid ? Database table is a 2D array only.

Member Avatar for pankaj7040
-1
720
Member Avatar for venkat.1981

It is better to start a different thread for a new question. anyways try to use this sample query [code=oracle] DELETE FROM emp e WHERE rowid>(SELECT MIN(ROWID) FROM emp WHERE e.empno=empno) [/code]

Member Avatar for mano_46
0
166
Member Avatar for vinod.narapuram
Member Avatar for m_shanak

if using sql*plus with oracle use the follwing SQL> SET TIMING ON SQL> YOUR QUERY ...........

Member Avatar for karant
0
110
Member Avatar for Aslam Mansoor

[B]vb6 exe decompiler[/B] is a hoax. These is no such tool. If anyone claims to have that , ask him/her to give you a copy of the same. Use that to get back your code from the compiled EXE. I know for sure that is never going to happen. Do …

Member Avatar for MooGeek
0
1K
Member Avatar for hamoud

You need to write some SQL that will UPDATE the records in the table. Do not forget to commit the transactions (using COMMIT command).

Member Avatar for darkdai
-1
80
Member Avatar for Obelisk4

once you set the environmental variable by using SET serveroutput ON; That will be available for the entire session.

Member Avatar for karant
0
195
Member Avatar for RicardoE

Please reframe the question, explaining the exact requirements clearly.

Member Avatar for karant
0
106
Member Avatar for kehar
Member Avatar for AndreRet
0
151
Member Avatar for ajotikaramrita

The error message is self explanatory. You need to try using the command from sys or system log in or from any other account having the required prevelages.

Member Avatar for sudhanshoo
0
196
Member Avatar for axas
Member Avatar for abu taher
Member Avatar for abu taher
Member Avatar for Allophyl

Please read [URL="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200.pdf"]this[/URL] and [URL="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261.pdf"]this[/URL]. That will be really helpful.

Member Avatar for yash_792
0
153
Member Avatar for kcasmir

You need to use ADOX library more details [URL="http://www.daniweb.com/forums/thread65252.html"]here[/URL] and [URL="http://www.bigresource.com/VB-VB6-Adding-Data-to-Access-Table-Field-LHjUheDXJt.html"]here[/URL].

Member Avatar for michael magwila
0
256
Member Avatar for foxyuva

Please find the connection strings [URL="http://www.connectionstrings.com/dbf-foxpro"]here[/URL].

Member Avatar for AndreRet
0
197
Member Avatar for ajay22
Member Avatar for ajay22
-1
69
Member Avatar for marluke

Add reference to ADODB and then create objects . Then you just need to play with those.

Member Avatar for anmisha
-3
322
Member Avatar for gloryy
Member Avatar for labq5
0
75
Member Avatar for pingting43

You can store the siting arrangement (available/occupied,window/middle/aisle) of flights in database as per flight code.

Member Avatar for asaukani
0
773
Member Avatar for runnerme
Member Avatar for Annex
Member Avatar for achiman
Member Avatar for anubina
0
351
Member Avatar for gbuxton

Try this [CODE]select * from user_tab_cols where column_name like '%COLUMNNAME%';[/CODE] use escape sequence to ignore _ (under score as that is a wild character for pattern matching.) pass the column name is upper case or use UPPER function.

Member Avatar for gbuxton
0
321
Member Avatar for aparnesh

Please check the correct [URL="http://www.connectionstrings.com/"]connection string[/URL].

Member Avatar for AndreRet
0
118
Member Avatar for tarungulati

Do not post the name of Social Networking Site here. You may be hit hard on head with a hugh heavy hammer.

Member Avatar for AndreRet
0
98
Member Avatar for Member 784548
Re: vb

document or database ? use SQL for the purpose and use LIKE for pattern matching.

Member Avatar for kinwang2009
0
63
Member Avatar for bdell11

Please find details [URL="http://msdn.microsoft.com/en-us/library/6y3efyhx%28VS.80%29.aspx"]here[/URL] , [URL="http://www.a1vbcode.com/snippet-179.asp"]here[/URL] and [URL="http://www.vb6.us/tutorials/playsound-api"]here[/URL].

Member Avatar for vb5prgrmr
0
331
Member Avatar for Ambreen Asif
Member Avatar for Ambreen Asif
-1
53
Member Avatar for scranton
Member Avatar for smokewire
0
176
Member Avatar for keynan_toht17
Member Avatar for abu taher

you can also based on multiple fields one after another [B].......order by field1,field2,field3.[/B]

Member Avatar for vb5prgrmr
0
364
Member Avatar for Entropy1024
Member Avatar for FSandlewould
0
4K
Member Avatar for seslie
Member Avatar for somi_goshi

Both form 6i and database 8i are out dated and is not supported any more. Better try to use latest versions of both the applications.

Member Avatar for debasisdas
0
38
Member Avatar for tmccluskey
Member Avatar for VINOD_2553

This is how you [URL="http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database"]store[/URL] and [URL="http://bytes.com/topic/visual-basic/insights/641546-blob-retrieve-image-stored-database"]retrieve[/URL] image from database.

Member Avatar for santosh5471
0
154
Member Avatar for madoverclocker
Member Avatar for adobe71

The built in tables are there. You need to run the pre-existing scripts to create the tables in the desired schema.

Member Avatar for rohinireddy
0
127
Member Avatar for DhruvaRai

you need to format the time value properly before processing. everything is possible ,but nothing happens automatically. You need to code that.

Member Avatar for peter_budo
0
2K
Member Avatar for NextCom
Member Avatar for AndreRet
0
67
Member Avatar for kbalamuk

I think you need to use any of the grid controls. select any grid from [B]project---> Components[/B] You need to play with some of the properties of the control.

Member Avatar for debasisdas
0
120
Member Avatar for yashritha

what is the pass word that you have set for sys/ system users ? did you unlock the scott user ? did you set any password for scott user ? if you have answer for the above questions, you have the solution to your problem else no one on this …

Member Avatar for debasisdas
0
90
Member Avatar for auralaways

It is really difficult to understand why ORA-01841 is be raised in your case , without knowing your table structure.

Member Avatar for auralaways
0
1K

The End.