2,951 Posted Topics

Member Avatar for joeey
Member Avatar for firoz.raj
Member Avatar for Narue
0
178
Member Avatar for DhruvaRai
Member Avatar for debasisdas
0
78
Member Avatar for Shanti C

at command prompt type [B]exp help=y[/B] you will get the list of parameters for export . repeat the same for import with keyword [B]imp[/B]

Member Avatar for alit2002
0
156
Member Avatar for Sonali Mane

if you are using oracle 9i then use EXP to export and IMP to import. you can use EXPDP/IMPDM for the same in 10g onwards.

Member Avatar for alit2002
0
92
Member Avatar for ryan311

try to resize the datareport or change the setting of the default printer

Member Avatar for ryan311
0
59
Member Avatar for Breez
Member Avatar for musham

if everything is stored in databaase tables then simply run a search using where clause and by passing the username and password.

Member Avatar for debasisdas
0
109
Member Avatar for christina>you
Member Avatar for nagatron

if you are looking for the connection string find that at [B][url]www.connectionstrings.com[/url][/B]

Member Avatar for debasisdas
0
63
Member Avatar for locsin

No need to re invent the wheel this feature is inbuilt to VB 6.0. Just add an About Dialog from the Add form option .It comes woth a OK button. it comes with all the code. Just try once.

Member Avatar for 4ukh
-1
119
Member Avatar for yuleball
Member Avatar for yuleball
0
371
Member Avatar for rakeshiapps
Member Avatar for guravharsha
Member Avatar for amrita.r
Member Avatar for debasisdas
0
89
Member Avatar for bondo

but i am getting 7, how come you are getting 3 ? [code=oracle] DECLARE number1 NUMBER; number2 NUMBER; number3 NUMBER; BEGIN number1 := 5; number2 := -2; number3 := number1 - number2; dbms_output.put_line(number3); END; [/code]

Member Avatar for like_to_learn
0
189
Member Avatar for pizzafiend
Member Avatar for Aravindasrat

[QUOTE=Aravindasrat;748517]please find this code and inform about me. [/QUOTE] why don't you find that yourself .

Member Avatar for debasisdas
0
111
Member Avatar for The Dude
Member Avatar for axxouk

what have you tried till date. i do not open all the attachments that i come across in net .

Member Avatar for axxouk
0
242
Member Avatar for weshahy123
Member Avatar for Anitha bala
Member Avatar for ssmdesai
Member Avatar for mailtoramesh
Member Avatar for mushkin
0
103
Member Avatar for pentahari
Member Avatar for squidd
Member Avatar for Rhenzy
Member Avatar for balakrishnan.kb
Member Avatar for debasisdas
0
90
Member Avatar for helloan
Member Avatar for realone

Please find a related article [URL="http://bytes.com/forum/thread641546.html"]here[/URL]. the code is for access . You just need to change the connection string for SQL Server.

Member Avatar for VIeditorlover
0
541
Member Avatar for rich_da_prog
Member Avatar for debasisdas
0
113
Member Avatar for daniiq8
Member Avatar for jonabie
Member Avatar for les2008
Member Avatar for hamed.rahimian

i think you are missing something in this line [code]Set mobjPrm = mobjCmd.CreateParameter("ID", adInteger, adParamInput, Chain_maxTempShare(1)) [/code] are you getting any error message ?

Member Avatar for QVeen72
0
272
Member Avatar for smile4evr
Member Avatar for nokomoli
Member Avatar for jorgejhandal

how are you passing data to application ? what are the controls you are using ? is it VB 6.0 ?

Member Avatar for jorgejhandal
0
91
Member Avatar for poilkjmnb

1.compile the dll. 2.copy the dll to system32 folder 3.register the component with windows using REGSVER32. 4.Then call the dll from vb from Project--references menu.

Member Avatar for poilkjmnb
0
143
Member Avatar for minor
Member Avatar for Bob Jacobs
Member Avatar for K.Vanlalliana

i think the connection string is already available [URL="http://www.connectionstrings.com"]here[/URL] and the rest VB part is same for all databases.

Member Avatar for debasisdas
0
140
Member Avatar for Bob Jacobs
Member Avatar for zawpai

what sort of the encryption and decryption you are trying to achieve and for what purpose. simple encryption and decryption can be done by using some string functions.

Member Avatar for Teropod
0
90
Member Avatar for smile4evr

if you want to restrict duplicate entry into databse table then 1.make the field a primary key 2.use COUN() to findout if the entry already existins in database before inserting into database. Allow to insert only if count returns 0 if you want to populate the control with unique values …

Member Avatar for QVeen72
0
149
Member Avatar for jaasaria

please find some related articles [URL="http://bytes.com/forum/thread724451.html"]here[/URL] and [URL="http://bytes.com/forum/thread726143.html"]here[/URL].

Member Avatar for jaasaria
0
90
Member Avatar for jaasaria
Member Avatar for aldsaldrin
Member Avatar for debasisdas
0
72
Member Avatar for pirlo

That is Oracle. You can easily find a lot of material online by spending some quality time in web searching.

Member Avatar for moerpheus
0
101
Member Avatar for juliusvogel
Member Avatar for Drycola
0
170

The End.