2,951 Posted Topics

Member Avatar for DvlsAdvc8
Member Avatar for debasisdas
0
110
Member Avatar for master_mind187

use ADO and find the Connecting string [URL="http://www.connectionstrings.com/"]here[/URL].

Member Avatar for jireh
0
79
Member Avatar for Danjb

1. you need to declare the variable as public in a module (.bas file). 2.timers are not visible at runtime ,so what is the problem. 3.right click on project ans add module. it has no UI but only code window. 4.what is the problem with MDI ? 5. that should …

Member Avatar for carson myers
0
121
Member Avatar for shruti23

You can delete those files by using the DOS command. DEL *.TMP That can be executed from VB.

Member Avatar for vponline
0
1K
Member Avatar for jai.bisht1

You need to learn for basics first instead of going for certifications. Certifications will definately add some weitage but that is not compulsary.

Member Avatar for danielernesto
0
166
Member Avatar for neffness

you need to store the todo list in the database .fetch the same as per date of dtipicker and display.

Member Avatar for neffness
0
114
Member Avatar for andyhopper

you need to convert the file to previous format from database menu. But you can't make any changes to the database after conversion to previous version. your problem will be solved.

Member Avatar for jbennet
0
141
Member Avatar for Nuella
Member Avatar for muthu raj

All of them has their own list os pros and cons. The major difference is all the three are from 3 different vendors.

Member Avatar for jbennet
0
136
Member Avatar for A H
Member Avatar for muthu raj

in oracle int is a sub type of number.so it has the same precision and scale as number. NUMBER(38,-127)

Member Avatar for debasisdas
0
86
Member Avatar for balakrishnan.kb
Member Avatar for ashercharles

create two tables and link them by using primay key and foreign key.

Member Avatar for dickersonka
0
78
Member Avatar for jeffrides
Member Avatar for jireh
0
106
Member Avatar for sarifah
Member Avatar for youtalk
Member Avatar for rajivkatyal
Member Avatar for debasisdas
0
59
Member Avatar for greenvader
Member Avatar for bodocz

that is because your loop is not executing at all. Try to run the code in the timer_timer event

Member Avatar for rstkw
0
258
Member Avatar for Entropy1024

Have you connected the ADODC control tot he database and the grid to the ADO contol by selecting from the propeties.

Member Avatar for debasisdas
0
127
Member Avatar for Entropy1024
Member Avatar for VBNick

Always there are differnet ways of doing the same job in hand. Every method has its own pros and cons. That is upto you what you would like to choose.

Member Avatar for debasisdas
0
109
Member Avatar for ChroNoS

you just need to write a simple loop by using an array and some string functions.

Member Avatar for rstkw
0
111
Member Avatar for Entropy1024
Member Avatar for rstkw
0
168
Member Avatar for ChroNoS
Member Avatar for rstkw
0
113
Member Avatar for bruce_geo75

may i know how can i help you. but do not expect me to write any code for you .

Member Avatar for rstkw
0
101
Member Avatar for lostandfound
Member Avatar for lostandfound
0
110
Member Avatar for Quick-Study
Member Avatar for Quick-Study
0
42
Member Avatar for asaness

your question isnot clear. what do you mean by [b]create an oracle code database in vb6[/b].are you trying to connect vb 6.0 to oracle database ?

Member Avatar for rstkw
0
75
Member Avatar for bondo

you need not use bind variables for that. just try to use as suggested in the previous post.

Member Avatar for debasisdas
0
2K
Member Avatar for SAMI2
Member Avatar for balakrishnan.kb
Member Avatar for debasisdas
0
118
Member Avatar for renjulekshmi
Member Avatar for jireh
0
96
Member Avatar for balakrishnan.kb
Member Avatar for nish88

you can't assign a value to the dtpicker control. You can only read a value from the control,infact you can change other properties like mindate and maxdate.But value is a readonly property of the control.

Member Avatar for abu taher
0
92
Member Avatar for K.Vanlalliana
Member Avatar for Oscar G. Gidei

you need to use RECORDSET object for fetching data from database and display in form.

Member Avatar for jireh
0
186
Member Avatar for dreamgirl

What is the problem you need to store the values in a variable. No need to sue second textbox.

Member Avatar for Froot Loops
0
122
Member Avatar for DhruvaRai

you need to code the text_change event of the textbox. and calculate the length. once length reaches the desired length set focus on to the next control.

Member Avatar for jbennet
0
99
Member Avatar for regalla
Member Avatar for jireh
0
156
Member Avatar for balakrishnan.kb

make the field as primay key or add a unique constraint on the field or define a composit key.

Member Avatar for debasisdas
0
76
Member Avatar for noobguy

so what is your problem ? any errror with your code ? i think this question should have been in the .NET forum not here in the traditional VB forum.

Member Avatar for jireh
0
88
Member Avatar for jammiedude
Member Avatar for cakka
Member Avatar for noobguy

here no one waits for anyones questions to reply. all those who help other s are volunters and are not and can't be forced to reply to any questions, and all those who viewed your question are not necessarily experts or have any knowledge about what youa re asking.

Member Avatar for Narue
0
98
Member Avatar for laoballer

you might to to use some of the compressing/de-compressing agent components for that.

Member Avatar for debasisdas
0
161
Member Avatar for TOROOOLOLOOLO

you just need to follow the wizard. do not forget to add the database file also along with the package.

Member Avatar for debasisdas
0
64
Member Avatar for nish88

please find related discussions [URL="http://bytes.com/forum/thread641548.html"]here[/URL] and [URL="http://bytes.com/forum/thread641546.html"]here[/URL].

Member Avatar for debasisdas
0
94
Member Avatar for hell_tej

Try using this [code=vb] con.begintrans 'con--adodb connection obejct con.execute "insert statment of data selected from oracle database" con.committrans [/code]

Member Avatar for hell_tej
0
106
Member Avatar for pardeep3dec

The End.