2,951 Posted Topics

Member Avatar for pankaj.garg
Member Avatar for 21KristianN
Member Avatar for bobnoby
Member Avatar for vb5prgrmr
0
100
Member Avatar for David_OHS

What is Crytsal 10 ? How are you connecting to Oracle DB ? If you have privileges you can create any object in DB.

Member Avatar for debasisdas
0
135
Member Avatar for an_nurif83

How you are connecting to database ? through code or by setting properties only ? please mention the error code and error message for further assistance.

Member Avatar for vb5prgrmr
0
617
Member Avatar for Kalusingh

You can try the sample code in the [URL="http://bytes.com/topic/visual-basic/insights/726143-adding-items-treeview-listview-database"]link[/URL]. The code needs to be modified to suit your exact requirements.

Member Avatar for debasisdas
0
770
Member Avatar for babusek

No SQL command is going to change your archive log destination. Someone with good knowledge of oracle DB must have changed the same.

Member Avatar for debasisdas
0
67
Member Avatar for cabsjonel

The following [URL="http://en.wikiversity.org/wiki/Functions_and_Subroutines_in_VB6"]link[/URL] might be helpful for you.

Member Avatar for phpbeginners
0
97
Member Avatar for David_OHS
Member Avatar for debasisdas
0
69
Member Avatar for AndreRet
Member Avatar for suniljoseph
Member Avatar for vb5prgrmr
0
112
Member Avatar for sanmano
Member Avatar for attman
Member Avatar for debasisdas
-1
72
Member Avatar for raguapk

There must be some code / event that is triggering the focus of the control. Is there any change event coding on the textbox ?

Member Avatar for debasisdas
0
139
Member Avatar for fahema86

A project only using database ? What is the front end tool that you are planning to use ?

Member Avatar for debasisdas
0
31
Member Avatar for coollife

Try using [URL="http://msdn.microsoft.com/en-us/library/8c6yea83%28VS.85%29.aspx"]SendKeys[/URL] Method

Member Avatar for jlego
0
90
Member Avatar for bharanidharanit
Member Avatar for bharanidharanit
0
104
Member Avatar for sandipdandel
Member Avatar for swillywilly
Member Avatar for cguan_77
0
73
Member Avatar for Nithya.S
Member Avatar for ratheeshpranava
0
1K
Member Avatar for GLT

This problem is because you are trying to create two objects by same name. You are creating a column and a constraint by the same name with in a table . this why u are getting this error . Try to use different name for the coumn and the constraint.

Member Avatar for achied
0
400
Member Avatar for joe archer sr

You need to set [URL="http://msdn.microsoft.com/en-us/library/bb226709.aspx"]this[/URL] security settings in outlook 2007.

Member Avatar for debasisdas
0
92
Member Avatar for Matt3144

You can check [URL="http://bytes.com/topic/visual-basic/insights/701826-drawing-chart-using-mschart-control"]this[/URL] as a sample . This is manual coding, you can go for DB connection also.

Member Avatar for debasisdas
0
101
Member Avatar for firoz.raj

The link has been removed from [URL="http://www.oracle.com/technology/software/products/database/index.html"]parent site[/URL]. Try to go for the latest version .

Member Avatar for debasisdas
0
115
Member Avatar for chunalt787
Member Avatar for stellamary
0
108
Member Avatar for firoz.raj

Delete ----------- 1. DML 2. Affects only data. 3. Data can be rolled back after this command. Truncate ---------------- 1. DDL 2. Affects both data and structure (resets the High Water Mark) 3. Data can't be rolled back after this command.

Member Avatar for debasisdas
0
82
Member Avatar for asaness

Please have a look at this [URL="http://support.microsoft.com/kb/168204"]article[/URL] from MSDN. Also check [URL="http://articles.techrepublic.com.com/5100-10878_11-1050075.html"]this[/URL] .

Member Avatar for aka_amboy
0
128
Member Avatar for Lida_pink

Please post your code that you are working on. Our experts will advice you to improve the same. Don't expect the complete code.

Member Avatar for Lida_pink
0
1K
Member Avatar for jeniferandrews

Try using the following [URL="http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261.pdf"]link[/URL]. This is part of oracle documentation library.

Member Avatar for debasisdas
0
69
Member Avatar for Lida_pink
Member Avatar for cabsjonel

There are different ways to connect to database. you can either you code or components. try using ADO or DAO. What is the database that you are using.

Member Avatar for abu taher
0
151
Member Avatar for insighter242
Member Avatar for Zevs
Member Avatar for jamrap
Member Avatar for pytup

1. declare a byte variable 2. check the value for 3>= before prompting for inputbox 3. increment the value by by 1 after the inputbox

Member Avatar for vb5prgrmr
0
86
Member Avatar for wolverine_ramir
Member Avatar for shashikanth

@sbchandru You need to post your working code before asking for code and specify in which part you are facing problem. Here we do not run a free code writing service.

Member Avatar for debasisdas
0
2K
Member Avatar for leahmarie
Member Avatar for orangefuture
Member Avatar for Consult-code
0
40
Member Avatar for t1g3r

Welcome. C++ developers never gets old they only mature with time.

Member Avatar for Consult-code
0
40
Member Avatar for Mtdreamaker

Welcome. Please post your question the related section of the forum only.

Member Avatar for debasisdas
0
64
Member Avatar for nishanth13
Member Avatar for bhupesh21
Member Avatar for wolverine_ramir

Then you need to use the free tool [URL="http://www.allroundautomations.com/plsqldev.html"]Query Reporter[/URL]

Member Avatar for debasisdas
0
112
Member Avatar for saher_omer
Member Avatar for emerituspundit

Kindly do your home work / assignment yourself. He re we do not run a free code writing service. If you want help, post the code that you are working on.

Member Avatar for vb5prgrmr
0
104
Member Avatar for kunju87

put the application in start up. run the application in system tray. use some third party control to display popup message.

Member Avatar for vb5prgrmr
0
141
Member Avatar for GL.Za

if you are ready to pay use TOAD or PLSQL DEVELOPER, the best possible tools in market.

Member Avatar for birdman32
0
167
Member Avatar for xcarbon

Please check [URL="http://www.daniweb.com/forums/thread243004.html"]this[/URL] thread.

Member Avatar for AndreRet
0
94
Member Avatar for Manoj_06

Please find the connection string [URL="http://www.connectionstrings.com/mysql"]here[/URL].

Member Avatar for AndreRet
0
49

The End.