debasisdas 580 Posting Genius Featured Poster

copy the DLL or OCX you are using to develop the application to target systems and register those with windows using REGSVR32 command.

debasisdas 580 Posting Genius Featured Poster

please go through some good book for the same else you can easily find all that by spending some quality time in web seaarching .

debasisdas 580 Posting Genius Featured Poster

what is the error message ?
have you tried as suggested in post #2 ?

debasisdas 580 Posting Genius Featured Poster

please change the order by field name. Date is not a recomended field name in database as it is a predefined data type.

debasisdas 580 Posting Genius Featured Poster

what is the database you are using ?

debasisdas 580 Posting Genius Featured Poster

yes.

it is better if you have good hands on experience in PL/SQL before going for DBA.

debasisdas 580 Posting Genius Featured Poster

Please find related discussions here and here for store and retrival of images in database.

debasisdas 580 Posting Genius Featured Poster

you can use ado(advance data object) to store.........................

adocontrolname.recordset.field("fieldname or index number")=pictureboxname.picture or imageboxname.picture

You have posted a new defination of ADO .
which book you are reading man ???

your method is never going to work.

debasisdas 580 Posting Genius Featured Poster

A calm sea had never made a skillful mariner.

debasisdas 580 Posting Genius Featured Poster

from where you are searching ?

debasisdas 580 Posting Genius Featured Poster

you need to use add item method of combo and listindex property of listbox.

debasisdas 580 Posting Genius Featured Poster

oracle forms and reports is the tool develop GUI applications.

debasisdas 580 Posting Genius Featured Poster

pleaes use separate recordset objects for opening dofferent recordsets.

debasisdas 580 Posting Genius Featured Poster

after successful login store the username in a global variable and display in the status bar.

debasisdas 580 Posting Genius Featured Poster

is the username stored in the database ?

debasisdas 580 Posting Genius Featured Poster

do you want to display the username after login ?

debasisdas 580 Posting Genius Featured Poster

after SQL, PL/SQL u can go for DBA.

later on you can go for OCA / OCP certification if required .

The heighest level is OCM. There are very less people(<1000) with that degree.

debasisdas 580 Posting Genius Featured Poster

you are facing problem with save or delete operation ?

debasisdas 580 Posting Genius Featured Poster

You need to use connection,recordset ........and some other objects of ADODB for the same. You need to refer some good book for the same. Start your work and do post back here if in trouble.

debasisdas 580 Posting Genius Featured Poster

DBA is definately not the starting level.

You need to go for SQL PL/SQL programming to start with.

debasisdas 580 Posting Genius Featured Poster

If you are born poor, its not your mistake...but if you die poor, its definitely your mistake.

debasisdas 580 Posting Genius Featured Poster

if you are asking of VB6 .you can't.

debasisdas 580 Posting Genius Featured Poster

try to use this

select * from info where date in (date1,date2,date3,.................)

debasisdas 580 Posting Genius Featured Poster

i can't find any code for text4.

debasisdas 580 Posting Genius Featured Poster

you need to pass the sql query dynamically at run time as per user input.

debasisdas 580 Posting Genius Featured Poster

you need to specify the name / ip of the server in the connection string also.

debasisdas 580 Posting Genius Featured Poster

Why not create views instead of nested queries .

debasisdas 580 Posting Genius Featured Poster

Love is eternal as long as it lasts.

debasisdas 580 Posting Genius Featured Poster

first you need to expert data to a file on disc and then attach the same file.

debasisdas 580 Posting Genius Featured Poster

actually i need to run a mediaplayer in full screen mode but should not support the mediaplayer feature.

from your post i am not what exactly is your requirment.

debasisdas 580 Posting Genius Featured Poster

yes , you can go with the first option. If you are finding the tab strip a bit difficult to handle try to use SS TAB instead.

debasisdas 580 Posting Genius Featured Poster

SQL SERVER 2005 is a database from Microsoft.
If ypu want to go for database ,you need to decide for the database first.

I will strongly recommend you to go for basics of database first before jumping into DBA part.

debasisdas 580 Posting Genius Featured Poster

what is the error message.

debasisdas 580 Posting Genius Featured Poster

You code is too much to go through.
just explain th e exact problem.

debasisdas 580 Posting Genius Featured Poster

why you want to develop something which exists fro decades. try your hand on something really new.

debasisdas 580 Posting Genius Featured Poster

i would still suggest o use ADODB objects

debasisdas 580 Posting Genius Featured Poster

No need to install addition software for database connection .
please find the details of connection string here.

debasisdas 580 Posting Genius Featured Poster

are you looking for the connection string ?

debasisdas 580 Posting Genius Featured Poster

"My life is my message." - Mahatma Gandhi

debasisdas 580 Posting Genius Featured Poster

simply try to use this format

con.BegiTtrans       'con is the adodb connection object
con.execute "your update statment ...."
con.CommitTrans
debasisdas 580 Posting Genius Featured Poster

Yo need to use COUNT function in oracle by passing the username and password from frontend. If this returns 1 then only allow to login else re-prompt for correct username and password.

debasisdas 580 Posting Genius Featured Poster

i also can't find anything like that on sql developer 1.2.1

debasisdas 580 Posting Genius Featured Poster

That might be because of some network issue. this is only my guess.

debasisdas 580 Posting Genius Featured Poster

If you love something set it free; if it returns its yours forever, if not it was never meant to be.

debasisdas 580 Posting Genius Featured Poster

copy the dll to system32 folder and then from start----->RUN

execute the command REGSVR32 DLL filename

debasisdas 580 Posting Genius Featured Poster

It is better to have loved and lost, than to have hated and won.

debasisdas 580 Posting Genius Featured Poster

your post shows you are a novice programmer with no idea of VB. You even do not know what is an event and what is a function. You need to learn the basics first. Please refere some good books .And after all please do not hijack others threads . Start a thread of your own if you havce any questions.

debasisdas 580 Posting Genius Featured Poster

findout the days .

add those many days to 1st of jan

then highlight those days.

debasisdas 580 Posting Genius Featured Poster

you need to register that DLL with windows using the REGSVR32 key and then refer that ddll from Project------> Reference menu of VB IDE.

Next you need to create objects of the class and call its objects.

debasisdas 580 Posting Genius Featured Poster

The worst days of those who enjoy what they do are better than the best days of those who don't.