2,951 Posted Topics

Member Avatar for zoraster01

[QUOTE=zoraster01;1617259]can you give me some search engine code.[/QUOTE] No, You have to show some effort for that first.

Member Avatar for aldeene
-1
481
Member Avatar for karunakar reddy

Have you compiled the package specifications before trying to compile the package body ?

Member Avatar for hfx642
0
658
Member Avatar for vinaysrk919

It is highly recommended for you to read [URL="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200.pdf"]this[/URL].

Member Avatar for hfx642
0
81
Member Avatar for Mr.Ram

Check for proper join and existence and use of indexes in the table structure.

Member Avatar for mwasif
0
803
Member Avatar for Netcode
Re: Log

You need to write log for each event or each execution step if required .

Member Avatar for Reverend Jim
-1
105
Member Avatar for pclfw

You can go ahead and implement the approach if you have proper back up and recovery mechanism. Remember you are putting all the eggs in a single basket.

Member Avatar for Netcode
0
153
Member Avatar for oglatinoloco
Member Avatar for Tammm
Member Avatar for adam_k
0
155
Member Avatar for limskii
Member Avatar for Lyandor

Hi Lyandor, Welcome to Daniweb. Hope you have a nice time learning new things here.

Member Avatar for Anny11
0
117
Member Avatar for xtianenikkian
Member Avatar for nji2rhyme
Member Avatar for debasisdas
0
192
Member Avatar for unaiseek

Your code is horrible. Columns names are qualified by table name not the reverse as mentioned by you in the SQL.

Member Avatar for debasisdas
0
101
Member Avatar for shers

What the file contains and why you need to decode and using what ?

Member Avatar for debasisdas
0
89
Member Avatar for aldeene
Member Avatar for RobotFX

[QUOTE=wattaman;1615590]the table rows now are jumping[/QUOTE] I really do not understand what exactly you mean by that, are you trying to re arrange the ids starting from 1 and increment by 1 till the last record ?

Member Avatar for debasisdas
0
89
Member Avatar for faroukmuhammad

Using the owner argument with the Show method ensures that the dialog box will be minimized when it’s parent is minimized, or unloaded should the parent form be closed. Using the Show method with both style and owner arguments. For example: [CODE] ' Display frmAbout as a modeless child of …

Member Avatar for faroukmuhammad
0
173
Member Avatar for PS189
Member Avatar for raunakanand

If your .SQL file contains insert scripts, use that to insert records into the target DB and then use any DB front end tool to export the data back to .CSV format.

Member Avatar for debasisdas
0
49
Member Avatar for n1_razz11
Re: help

what is the problem with current code ? In which part you are struck ?

Member Avatar for debasisdas
0
252
Member Avatar for zoraster01

You need to read books for all that. Try using any search engine will get a lot of code online.

Member Avatar for synatx error
0
781
Member Avatar for minart

Check for the 1st character of the string ,if that start with 1 0r 7 concatenate with 0.

Member Avatar for minart
0
163
Member Avatar for Muhasin

ADODC is not a database, it is a control to connect to database. use ADODB and try this code [CODE]cn.begintrans ' cn--adodb connection object cn.execute "your update command goes here" cn.committrans[/CODE]

Member Avatar for xtianenikkian
0
99
Member Avatar for michael.pilapil

From VB use ADO to connenct to database. Please find the connection string [URL="http://www.connectionstrings.com/"]here[/URL].

Member Avatar for xtianenikkian
0
377
Member Avatar for banmikko

But i don't understand what pagination has to do with database design. That should be handled at application level.

Member Avatar for debasisdas
0
156
Member Avatar for mwenyenia07
Member Avatar for fransiskus

Please find the connection string specific to your version of SQL Server [URL="http://www.connectionstrings.com/"]here[/URL].

Member Avatar for Netcode
0
477
Member Avatar for BARATUM
Member Avatar for manoji

Please read more [URL="http://support.microsoft.com/kb/209805"]here[/URL] and [URL="http://social.msdn.microsoft.com/forums/en-US/adodotnetdataproviders/thread/62ee4978-ca29-48d3-9367-6dd4ab639d2d/"]here[/URL].

Member Avatar for debasisdas
0
48
Member Avatar for alenD
Member Avatar for navybofus

First of all tell me from where you got VB 6.5 ? Is it a home grown version ? ;) 1. Use ADO (refer to ADODB library). 2. Open recordset using desired SQL. 3. Populate the controls from recordset.

Member Avatar for navybofus
0
272
Member Avatar for ubayedullah
Member Avatar for gozo12
Member Avatar for Baiken
Member Avatar for dean8710
Member Avatar for bradploz

Start crying louder, that may help. That is what school kids do when they are not spoon feed.

Member Avatar for Netcode
0
109
Member Avatar for sushil1234

The solution is [URL="http://www.daniweb.com/software-development/vbnet/threads/372664"]here[/URL].

Member Avatar for debasisdas
0
35
Member Avatar for mwenyenia07
Member Avatar for bigfixcat
Member Avatar for ithelp

No wonder why all these never happens in countries ,where technology is not that developed.

Member Avatar for Ancient Dragon
-1
518
Member Avatar for Denmbithi
Member Avatar for imolorhe
Member Avatar for imolorhe
0
328
Member Avatar for ijsrog
Member Avatar for makibao

Check for proper syntax in your code. Are you storing the username and password in database ?

Member Avatar for makibao
0
191
Member Avatar for iAssistant
Member Avatar for aldeene
Member Avatar for blogger371

[QUOTE=blogger371;1611266]Please teach me step-by-step[/QUOTE] You need to read books for all that.

Member Avatar for blogger371
0
152
Member Avatar for bradploz
Member Avatar for Sadun89

Donate $5 to daniweb and you will know all the secrets of this universe that is not visible to mere mortals. :)

Member Avatar for Netcode
0
169
Member Avatar for alonso_siang

The End.