2,951 Posted Topics

Member Avatar for ichibanisha
Member Avatar for shikhar01
Member Avatar for PhilipJohn
Member Avatar for veeravicky22

I get paid for every line of code by my company . So no chance of supplying free coding to any one . BTW how do you expect someone else doing your home work / assignment for free in a open forum like this.

Member Avatar for ithelp
0
148
Member Avatar for winwin

how both the tables are related ? please post the structure of both the tables.

Member Avatar for debasisdas
0
138
Member Avatar for Krishsimi

that depends on what is stored in the database table . Are you storing both data and time in the database ? Data data type can store both data and time into a single field. You need not store them separately. But if you are storing only date not time …

Member Avatar for debasisdas
0
89
Member Avatar for learningplsql
Member Avatar for debasisdas
0
61
Member Avatar for Clueless86

That product is de-supported by MS ,so you may not find a link to download that. Now VB6 is like Oracle 8/8i , hard to find a link not even in the parent site. Try find a copy from someone who has one. Since the product is de-supported you need …

Member Avatar for debasisdas
0
124
Member Avatar for kashy!
Member Avatar for ditjhaba

From your post i am not sure what exactly you are looking for . Why you need to store the codes in database . What is the database that you are using ?

Member Avatar for debasisdas
0
80
Member Avatar for ocean2870

You need not download and install sql developer software separately, that is integrated with oracle 11g. You need to download and install the version as per your OS and system configurations. You need not install any other software to have your database running. Using sql developer software is optional as …

Member Avatar for ocean2870
0
243
Member Avatar for mamtha

Try the following sample code. [code]SELECT code,substr(code,instr(code,'-',1)+1,2) from table_name;[/code]

Member Avatar for debasisdas
0
136
Member Avatar for MxDev

What is the error code/ message ? Power Builder is not a good alternative to Form Builder.

Member Avatar for debasisdas
0
99
Member Avatar for php_noob
Member Avatar for abdabd
Member Avatar for chozhan
Member Avatar for kehar
Member Avatar for debasisdas
0
74
Member Avatar for Kamal_Java
Member Avatar for firoz.raj
Member Avatar for sotvisal
Member Avatar for agent7

You need to code the function in database and call the same from vb 6.0 as part of your sql code, but if it is a procedure you need to create command object (adodb) in vb .

Member Avatar for agent7
0
69
Member Avatar for agent7
Member Avatar for Mikarinkazaa

Why you need a command object or a recordset for an insert statement ? simply try this [code=vb] con.begintrans 'con ----adodb connection object. con.execute sqlstring 'sqlstring ----your insert statement con.committrans [/code]

Member Avatar for debasisdas
0
98
Member Avatar for madhura09

you nee to create a table with check constraint and default values. try this [code=sql]create TABLE table1 (ID INT, status varchar2(10) DEFAULT 'Available', CONSTRAINT con_chk1 CHECK (status IN ('Available','Unavailable','CheckedOut') )) [/code]

Member Avatar for madhura09
0
159
Member Avatar for niceboy05
Member Avatar for mahgobb
0
46
Member Avatar for vaishuu

you need to decide the topic and do post back if you face any difficulties in technical section of the forum.

Member Avatar for vietnamvisa
0
19
Member Avatar for JEVASONE
Member Avatar for yrat
Member Avatar for kevin.cochrane
Member Avatar for Seth Baffour
Member Avatar for jeeva.gururaj
Member Avatar for jeeva.gururaj
0
53
Member Avatar for barneygurl

What you have tried ? How you restore that from command prompt or directly in mysql ?

Member Avatar for indika75
0
129
Member Avatar for deepak_8917

you can either take backup of the tables or prepare script for all the new tables and the containing data.

Member Avatar for alit2002
0
90
Member Avatar for cutedipti

what is the source of your data ? if it is in a flat file you can use sql loader also try to use INSERT ALL statement.

Member Avatar for anubina
0
121
Member Avatar for mir77

you need to change NLS setting for that and have a different keyboard with all the languages that you want .

Member Avatar for debasisdas
0
93
Member Avatar for cutedipti
Member Avatar for aman_dba
Member Avatar for anubina
0
130
Member Avatar for BSkiLLs
Member Avatar for brieghz23

Nothing is clear from your question . Please post your question clearly, properly specify what is the requirement and where you are struck.

Member Avatar for vb5prgrmr
0
111
Member Avatar for drakkar
Member Avatar for arunkumars
Member Avatar for manutm
Re: Hi!

Welcome to Daniweb. Once you start contributing with all your knowledge the forum will be even better.

Member Avatar for debasisdas
0
34
Member Avatar for pervezbph

My friend Google is your best friend in such matters, use that.

Member Avatar for sanilbd
0
66
Member Avatar for shiv0013

for that you need to design your database accordingly. and designing tables at run time and working on them only sounds good only if you do not know how that works.

Member Avatar for vb5prgrmr
0
116
Member Avatar for anna9283
Member Avatar for vietnamvisa
0
26
Member Avatar for Jeeva_rtp

1. create user user1 identified by password1 2. grant previlags / roles to user1. 3. select * from tab. 4. select * from all_users. 5. there are many , we can do it here at daniweb. all the above answers are for oracle database. I am not sure you are …

Member Avatar for Jeeva_rtp
0
146
Member Avatar for nikhil2911
Member Avatar for vb5prgrmr
0
91
Member Avatar for sotvisal
Member Avatar for doubleh4
Member Avatar for rishi purohit

The End.