debasisdas 580 Posting Genius Featured Poster

please do not double post your questions.

debasisdas 580 Posting Genius Featured Poster

if the form is not part of the project you can easily add the files by pressing Ctrl+D you need to save that to project.

debasisdas 580 Posting Genius Featured Poster

you need to code your requirments.

debasisdas 580 Posting Genius Featured Poster

you want to connect to anexisting database or create a new one at run time ?

debasisdas 580 Posting Genius Featured Poster

Those who teach can't do ,those who do may not teach.

debasisdas 580 Posting Genius Featured Poster

you can use string functions with concatination or just follow the previous post.

debasisdas 580 Posting Genius Featured Poster

search the net . you can easily find some third party compoents for your purpose.

debasisdas 580 Posting Genius Featured Poster

are you trying to modify a radonly file copied from a read only media like a CD ?

debasisdas 580 Posting Genius Featured Poster

to take assistance of our experts you need to post what you have tried so far .

debasisdas 580 Posting Genius Featured Poster

kindly post what you have tried so far .

debasisdas 580 Posting Genius Featured Poster

what you have tried apart from this code ?

debasisdas 580 Posting Genius Featured Poster

instead of hard coding the recordset object open and close that dynamically through a sub procedure.

jaasaria commented: thxx for helping me alway ......^_^ +1
debasisdas 580 Posting Genius Featured Poster

Please find a related article here. the code is for access . You just need to change the connection string for SQL Server.

debasisdas 580 Posting Genius Featured Poster

If you are familar with oracle procedures then you just need to take care of the syntax and just implement the logic in PLSQL.

debasisdas 580 Posting Genius Featured Poster

Please find an article on the topic here .

It is tested on oracle 10.2 and uses UTL_SMTP.

debasisdas 580 Posting Genius Featured Poster

if you have oracle server installed in your system then it must be the default database name or the name you have choosen at the time of installation.

If you donot know the name of the database how you have connected to the server.

If using only username and password to login then check in the default database in your system.

debasisdas 580 Posting Genius Featured Poster

Please do not try MySQL commands in SQL.

creation of database is diffent in oracle .
Refer to books/manual for details.

debasisdas 580 Posting Genius Featured Poster

What you cannot enforce.
Do not command.

debasisdas 580 Posting Genius Featured Poster

Hope is the dream of the waking man.

debasisdas 580 Posting Genius Featured Poster

.................................
I do not understand what is the problem.
...................................

I don't understand all that junk code .

debasisdas 580 Posting Genius Featured Poster

Please pass more information. What do you mean by table will be created automatically. You can check if the table exists in database or not by using simple SQl statments.

debasisdas 580 Posting Genius Featured Poster

using the cache increases the performance but that can create problem in some circumstances also.

debasisdas 580 Posting Genius Featured Poster

You can easily downlaod that from Oracle site.

debasisdas 580 Posting Genius Featured Poster

You need to decide which database you want to work on .Because there are several databases in market . After that you can start learning the database from scratch.

debasisdas 580 Posting Genius Featured Poster

What did Google say ?

Have you tried for that option ?

debasisdas 580 Posting Genius Featured Poster

kindly post your code for reference of our experts.

debasisdas 580 Posting Genius Featured Poster

you need to call the function on button click.

debasisdas 580 Posting Genius Featured Poster

option1

use EXECUTE IMMEDIATE for such commands

option2

use ADOX instead of ADO.

debasisdas 580 Posting Genius Featured Poster

try to change the border style.

debasisdas 580 Posting Genius Featured Poster

try to use this

me.backcolor=rgb(rnd*255,rnd*255,rnd*255)

and call this on a timer .
set the timer interval as desired.

debasisdas 580 Posting Genius Featured Poster

You need to work with command objects .

debasisdas 580 Posting Genius Featured Poster

That entirely depends on the type of projet you are doing.

debasisdas 580 Posting Genius Featured Poster

Add reference to ADODB and then create objects . Then you just need to play with those.

debasisdas 580 Posting Genius Featured Poster

Sorry we don't do home works here.

debasisdas 580 Posting Genius Featured Poster

you need to create two connection objects. Insert in access and if connection exists open the second connection and repeat the step1 again.

debasisdas 580 Posting Genius Featured Poster

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

debasisdas 580 Posting Genius Featured Poster

Have run the nextval from any other query or only for testing the values ? it never happens that it will get incremented automaticalyy or affect other sequence objects.

debasisdas 580 Posting Genius Featured Poster

try to execute the commands with EXECUTE IMMEDIATE .

debasisdas 580 Posting Genius Featured Poster

We make our fortunes, and we call them fate.

debasisdas 580 Posting Genius Featured Poster

It is always bettter to open and close the connection in the application itself.

debasisdas 580 Posting Genius Featured Poster

where do u plan to store the username and password ?

debasisdas 580 Posting Genius Featured Poster

Please find the connection string here.

debasisdas 580 Posting Genius Featured Poster

please find related discussions here and here.

debasisdas 580 Posting Genius Featured Poster

It is not what happens to you but how you respond to what happens to you that determines how you feel.

debasisdas 580 Posting Genius Featured Poster

Kindly post your code that you are working on for reference of our experts.

debasisdas 580 Posting Genius Featured Poster

What do you mean by the focus may also be changed ?

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

There are other better GUI tools like TOAD and PLSQL DEVELOPER but you need to purchase those.

debasisdas 580 Posting Genius Featured Poster

You can use the inbuild tool SQL*PLUS. if you want GUI then can download and use SQL DEVELOPER for free from oracle site.

debasisdas 580 Posting Genius Featured Poster

Please find a related discussion here .