debasisdas 580 Posting Genius Featured Poster

what exactly you are trying to do ?

debasisdas 580 Posting Genius Featured Poster

you simply need to write a loop.
and no need to create a procedure at all for that and you need to remember that printing somthing like that is not the main purpose of defining procedures in database.

debasisdas 580 Posting Genius Featured Poster

Applications connects to the database through the drivers.
ODBC, it is a differnt layer .ODBC is neither part of the frontend nor the backend.

debasisdas 580 Posting Genius Featured Poster

when you are posting such a questiln always post what you have tried so far to solve that . That will give us an idea on your exact requirment.

debasisdas 580 Posting Genius Featured Poster

is your join proper ?

debasisdas 580 Posting Genius Featured Poster

what you want to do with the tables ?

debasisdas 580 Posting Genius Featured Poster

As suggested ,that can be done at database level. No need to any special aglorithm for that.

debasisdas 580 Posting Genius Featured Poster

Are you able to connect to theweb database from your system ?

Please find connection details here.

debasisdas 580 Posting Genius Featured Poster

Hey Debasish.

Here is your tech guru ,but what can i do for you ?

debasisdas 580 Posting Genius Featured Poster

Constant dripping hollows out a stone.

debasisdas 580 Posting Genius Featured Poster

What did google say ?

Have you tried for that option ?

debasisdas 580 Posting Genius Featured Poster

strategy --> win

debasisdas 580 Posting Genius Featured Poster

life is boring.

debasisdas 580 Posting Genius Featured Poster

adjective is an english word that starts with a.

debasisdas 580 Posting Genius Featured Poster

trigger can be defined only on one base table.

debasisdas 580 Posting Genius Featured Poster

One of the best uses of your time is to increase your competence in your key result areas.

debasisdas 580 Posting Genius Featured Poster

sorry , i am not intrested to open the attached ZIP .

debasisdas 580 Posting Genius Featured Poster

you need to connect to third party software to connect to SMS gateway.

debasisdas 580 Posting Genius Featured Poster

If you have a talent, use it in every which way possible. Don’t hoard it. Don’t dole it out like a miser. Spend it lavishly like a millionaire intent on going broke.

debasisdas 580 Posting Genius Featured Poster

Visualize the thing you want. See it, feel it, believe in it. Make your mental blueprint and begin.

debasisdas 580 Posting Genius Featured Poster

how to read barcode scan data directly from visual basic 6 form

Please do not hijack others threads .

Start a new thread to post your own question if you have any.

debasisdas 580 Posting Genius Featured Poster

please find a related discussion here.

debasisdas 580 Posting Genius Featured Poster

You need to use third party component for that.

debasisdas 580 Posting Genius Featured Poster

You need to create your own dll.

debasisdas 580 Posting Genius Featured Poster

Why you need to do that .

Try to use third party software for the purpose.

debasisdas 580 Posting Genius Featured Poster

kindly post what have you tried.

debasisdas 580 Posting Genius Featured Poster

Warriors take chances. Like everyone else, they fear failing, but they refuse to let fear control them.

debasisdas 580 Posting Genius Featured Poster

There is no such function in Oracle.

debasisdas 580 Posting Genius Featured Poster

Get around the right people.Associate with positive,goal-oriented people who encourage and inspire you.

debasisdas 580 Posting Genius Featured Poster

the file contains data in which format ?

is it binary ?

debasisdas 580 Posting Genius Featured Poster

you need to use COUNT in the database by passing the username and password from the user input . if it returns 1(one) then allow to login else re-prompt for correct user name and password

debasisdas 580 Posting Genius Featured Poster

to store data in database you need to use Insert query from frontend not select .

debasisdas 580 Posting Genius Featured Poster

if i give days between 4 months, but i want days only till end of the first month only

why you need to pass dates for that.

Last_day will do that for you with only one parameter.

debasisdas 580 Posting Genius Featured Poster

In 10g once the table is dropped its related objects are renamed and stored in recyclebin. But grants will not work anymore.

debasisdas 580 Posting Genius Featured Poster

Check the data foramt by using this

select * from nls_database_parameters

debasisdas 580 Posting Genius Featured Poster

Sports serve society by providing vivid examples of excellence.

debasisdas 580 Posting Genius Featured Poster

you need to pass the password dynamically . If it is wrong return some error ,tap it at front end and reprompt for correct password.

debasisdas 580 Posting Genius Featured Poster

what exactly is your requirment ?

debasisdas 580 Posting Genius Featured Poster

you need to desing the frontend as well as the database and connect the both for the purpose. you need to store alll the details that you need for retrieving it back.

debasisdas 580 Posting Genius Featured Poster

You cannot dream yourself into a character: you must hammer and forge yourself into one.

debasisdas 580 Posting Genius Featured Poster

why you need to compare the images .

try to work on other fields line id or any other primay / unique key field.

debasisdas 580 Posting Genius Featured Poster

you need to set the properties.

debasisdas 580 Posting Genius Featured Poster

that is not possible

debasisdas 580 Posting Genius Featured Poster

to open any exe use SHELL from vb6.0

debasisdas 580 Posting Genius Featured Poster

The way to gain a good reputation, is to endeavor to be what you desire to appear. - Socrates

debasisdas 580 Posting Genius Featured Poster

you need to use

set DataGrid1.DataSource = Adodc1.RecordSource

debasisdas 580 Posting Genius Featured Poster

it will be better to handle the database part manually if it is sql server or oracle.

debasisdas 580 Posting Genius Featured Poster

text fields needs to be enclosed by quotes.

debasisdas 580 Posting Genius Featured Poster

you need to connect the device and capture the input.

after that processing is same as input from a normal keyboard.

debasisdas 580 Posting Genius Featured Poster

if there is any primay key in your table then
1.when you movenext retrive the value of the PK field
2.pass the same in a query to database
3.fetch the blob field.
4.convert the code to an image file.