2,951 Posted Topics

Member Avatar for Pendukeni
Member Avatar for ayagi
0
112
Member Avatar for hallyvaux
Member Avatar for Fortinbra

To implement indexes for getting performance is always an option. But to go for that one needs to have complete knowledge of the database design and the flow of data (how application hits the DB).

Member Avatar for Fortinbra
0
189
Member Avatar for oalee
Member Avatar for judithSampathwa

May be your connection string is stored with wrong credentials. Find more on [URL="http://www.connectionstrings.com/sql-server-2008"]connection strings[/URL].

Member Avatar for crishlay
0
235
Member Avatar for michaelzip

try the following , may work for you. [CODE]DELETE ServiceID FROM tblServices where serviceid in (select ServiceID FROM tblServices GROUP BY ServiceID HAVING MID(ServiceID,1,2)='SG')[/CODE]

Member Avatar for crishlay
0
122
Member Avatar for thekashyap
Member Avatar for thekashyap
0
2K
Member Avatar for designalex

what exactly is last row ? When you store records in database , it is not necessary that the last entered row will be always stored at the bottom of the table.

Member Avatar for crishlay
0
104
Member Avatar for soma dawoud
Member Avatar for davy_yg
Member Avatar for Joe34

i think your column name is [B]post_type[/B] not [B]post-type[/B].

Member Avatar for debasisdas
0
57
Member Avatar for zebnoon

you need not write any code for that. the device reads the code and the value is populated on any control that has focus, that may be any editable control in any application or simply a notepad.

Member Avatar for zebnoon
0
181
Member Avatar for silvercats
Member Avatar for MeSam0804

[QUOTE=loving3232;1543720]use them to make a new data [/QUOTE] What exactly you are trying to do ? are you trying to implement some encryption algorithm ?

Member Avatar for MeSam0804
0
141
Member Avatar for arunthangavel
Member Avatar for Hakoo

Yes you need to use Dynamic SQL. Try [URL="http://www.java2s.com/Code/SQL/Procedure-Function/EXECUTEdynamicSQLcommand.htm"]this sample[/URL] or [URL="http://lists.mysql.com/mysql/207796"]this[/URL].

Member Avatar for Hakoo
0
182
Member Avatar for Behseini
Member Avatar for hfx642
0
108
Member Avatar for jingda
Member Avatar for Dani
1
155
Member Avatar for zebnoon
Member Avatar for zebnoon
0
110
Member Avatar for silvercats

Yes coach and member should be related through sport not directly.

Member Avatar for silvercats
0
441
Member Avatar for sloan31

because that is not practical for a technical forum where most of the people post code.

Member Avatar for debasisdas
1
80
Member Avatar for arunmag
Member Avatar for jerodev
Member Avatar for Behseini

yes you need to create the commands using a script. to conform, this can't be done in a single line command.

Member Avatar for debasisdas
0
88
Member Avatar for aajcl

try using IS NULL read more [URL="http://msdn.microsoft.com/en-us/library/ms181765.aspx"]here[/URL].

Member Avatar for jbisono
0
464
Member Avatar for mogaka

Please check your [URL="http://www.connectionstrings.com/"]connection string[/URL].

Member Avatar for Mitja Bonca
0
70
Member Avatar for Behseini

use this [CODE]SELECT column_name FROM cols@SrcDatabase WHERE Table_name = UPPER('Emp'); or select column_name from user_tab_cols@SrcDatabase WHERE Table_name = UPPER('Emp');[/CODE]

Member Avatar for debasisdas
0
164
Member Avatar for sarifah n

what happens when you comment this line [CODE]sd.InitialDirectory = "C:\"[/CODE] and then try to create the file by browsing the file dialog ?

Member Avatar for sarifah n
0
116
Member Avatar for turt2live

try this [CODE]$sql = "SELECT 'name','owner' FROM table WHERE 'verified'='1' AND (name LIKE '$%term%' OR 'owner' LIKE '%$term%')";[/CODE]

Member Avatar for hielo
0
118
Member Avatar for \007
Member Avatar for ayagi
Member Avatar for extemer

as already explained in the previous post you are using [B]total[/B] as an alias for [B]SUM(exam_fee)[/B] but trying to fetch [B]exam_fee[/B] not [B]total[/B].

Member Avatar for crishjeny
0
109
Member Avatar for riyapethe
Member Avatar for CrazyProgrammer
Member Avatar for dnk
Member Avatar for djansyle

[QUOTE=djansyle;1545925]send multiple screenshot images from my client to server.. [/QUOTE] what client, which server... mail server, application server, database server ....what ? [QUOTE=djansyle;1545925] any code will help... [/QUOTE] lets see the code that you are working on

Member Avatar for Mitja Bonca
0
200
Member Avatar for geoamins2
Member Avatar for crishjeny
0
80
Member Avatar for NinjaLink

There is no rule of thumb to follow to optimize a query. and what you are trying to do is not optimization, but removing some requirements.

Member Avatar for crishjeny
0
112
Member Avatar for Saikumar Adep

Lets see what is the code that you are working on to get the desired output.

Member Avatar for crishjeny
0
140
Member Avatar for pczafer

You need to store the payment details in a single table with a payment type flag that specifies what type of payment that was.

Member Avatar for crishjeny
0
111
Member Avatar for vikaspa
Member Avatar for MARKAND911
Member Avatar for crishjeny
0
113
Member Avatar for wenbnet

I can't see the block of the code that you are referring to in the code that you have posted here.

Member Avatar for wenbnet
0
332
Member Avatar for poloblue
Member Avatar for crishjeny
0
250
Member Avatar for programmer12
Member Avatar for aska07
Member Avatar for aska07
0
159
Member Avatar for vb6lover

[QUOTE=vb6lover;1541429]i need your help [/QUOTE] we help those who help them selves. [QUOTE=vb6lover;1541429] to make a webbrowser work automaticly[/QUOTE] nothing works automatically, you have to make it do that by writing some code. BTW- What is the code that you are working on ?

Member Avatar for smith.mitchell7
0
131
Member Avatar for rikjwells
Member Avatar for scope_creep

In this case important question is what are going to do with all those data .

Member Avatar for debasisdas
0
100
Member Avatar for P.manidas

Glad to learn that being an arts graduate you have hands on experience in Programming language. Your posts shows you have spend some time on programming. Even though there are few companies who are still working on VB, you need to accept that it is an outdated technology. Believe me, …

Member Avatar for P.manidas
0
205

The End.