2,951 Posted Topics

Member Avatar for kitjo

1. Do not use reserved key words as variables(Command,Connection etc). 2. Both of your SQL is syntactically wrong.

Member Avatar for debasisdas
0
105
Member Avatar for eileenc87

You need to read [URL="http://www.exforsys.com/tutorials/vb.net-2005/vb.net-simple-data-binding.html"]this[/URL].

Member Avatar for eileenc87
0
634
Member Avatar for anish99virgo

Have you tried using [CODE]insert into .......select from ......[/CODE]

Member Avatar for kplcjl
0
188
Member Avatar for DeannaF829

Create a view based on concatenated value of all the columns and run the search on that view instead of the table.

Member Avatar for debasisdas
0
95
Member Avatar for 650U
Member Avatar for debasisdas
0
139
Member Avatar for javacle

If you want free --> MySQL Can Pay----MS Access Can pay more ---> Oracle want free but not for business purpose ---oracle express

Member Avatar for kinger29
0
174
Member Avatar for jianhe99

If your connection is successful using the [URL="http://www.connectionstrings.com/"]connection string[/URL] then it is connected.

Member Avatar for jianhe99
0
214
Member Avatar for Saikalyankumar

what application ? which textbox ? choose what ? why choose ? .... ? HOW MUCH I NEED TO GUESS ?

Member Avatar for debasisdas
0
175
Member Avatar for shena
Member Avatar for amehra

I think all the above requirement can be done by SQL and the output needs to be populated in the grid.

Member Avatar for jamshed ahmed
0
167
Member Avatar for uticketit
Member Avatar for Khaldoun Latif

[URL="http://progtutorials.tripod.com/ADO_NET.htm"]This[/URL] is for you. Happy learning.

Member Avatar for debasisdas
0
65
Member Avatar for nullclick

since you are storing the data in the DB , need to read the max of existing number and increment the same by 1 to get the new number and concatenate the same with your string.

Member Avatar for Saikalyankumar
0
283
Member Avatar for Terminator_Null

[URL="http://www.vbdotnetheaven.com/UploadFile/mahesh/2948/"]This[/URL] may be helpful to you.

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

I think [URL="http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/354285"]this discussion[/URL] is good for your reference.

Member Avatar for P.manidas
0
404
Member Avatar for divyakprabh

How are you doing all that currently ? Better to use stored objects than executing raw SQL.

Member Avatar for smantscheff
0
68
Member Avatar for arezz09
Member Avatar for arezz09
0
91
Member Avatar for ridzaq

Even if login is a key word, since it is wrapped with [] there should not be any problem. check for any mispelled or spaces in the column name. Better to try using a different name as suggested by Jx.

Member Avatar for ridzaq
0
2K
Member Avatar for nemzmiyaw
Member Avatar for RabidDog5150

Hi Welcome, Hope you have a nice time here and enjoy sharing all your valuable knowledge and experience.

Member Avatar for JamieLynnSEO
0
164
Member Avatar for Behseini

As you said you have tried using all sort of connection strings, let me give you a work around. open notepad --> do not write anything --> save the file with name Behseini.UDL --> close the file. Now open the file and choose the connection and test it. Once it …

Member Avatar for debasisdas
0
328
Member Avatar for mogaka
Member Avatar for atom6402

Check if the oracle service and listener services are up and running. Also ensure that the account is unlocked and has permission to connect to he database.

Member Avatar for debasisdas
0
517
Member Avatar for dyingatmidnight
Member Avatar for dyingatmidnight
0
121
Member Avatar for ashwinshenoy

I think you need to ignore the white spaces while reading from XML and storing in DB.

Member Avatar for ashwinshenoy
0
193
Member Avatar for alenD

It will come from cache if the data in the table did not get changed between your select and create as select statements. To ensure that the number of records are >0 use select count (*) not select *

Member Avatar for smantscheff
0
205
Member Avatar for eileenc87

[B]answer deleted[/B]. sorry, late response, kept he window too long before responding.

Member Avatar for eileenc87
0
1K
Member Avatar for Greg8202

The problem is not with the trigger but the remote database. Since you are working over a DB link , the remote DB should always be available from the calling / referring DB.

Member Avatar for debasisdas
0
418
Member Avatar for dmatos

You have mistyped the common dialog control name. should be [B]cDialog[/B] not [B]dialog[/B].

Member Avatar for debasisdas
0
133
Member Avatar for gulbano

Timestamp will capture the exact time when the record was changed for each record.

Member Avatar for debasisdas
0
117
Member Avatar for abelLazm

You need to copy only the table data rather than entire table. Please read more [URL="http://www.tutorialspoint.com/mysql/mysql-database-export.htm"]here[/URL].

Member Avatar for abelLazm
0
133
Member Avatar for debasisdas

Indian Premier League -IPL as it is popularly known as in the cricketing world starts this evening. This is the 4th edition of the cricketing extravaganza. With India winning the ICC world cup last week, global feast is over, time for clubbing. Defending champions Chennai Super Kings takes on new …

Member Avatar for debasisdas
0
96
Member Avatar for jasimp
Member Avatar for arezz09

[QUOTE=arezz09;1530824] can i view only 2 column in listview, example only column 1 & 2 only in listview.. [/QUOTE] Yes [QUOTE=arezz09;1530824] if i remove code in line 5 and 6 i will get error... [/QUOTE] why ? If you want to display only 2 columns why you need to add …

Member Avatar for debasisdas
0
136
Member Avatar for hhaannyy

The following links may be useful to you. [URL="http://sqlserverpedia.com/blog/uncategorized/how-can-i-link-a-sql-server-database-to-ms-access-using-link-tables-in-ms-access/"]Link1[/URL] [URL="http://www.mssqltips.com/tip.asp?tip=1480"]Link2[/URL]

Member Avatar for hhaannyy
0
85
Member Avatar for coolpintud

[QUOTE=coolpintud;1527852]..... direct give me code or project file .....[/QUOTE] Don't ever expect that here. You need to show some effort to get help from our experts.

Member Avatar for coolpintud
0
259
Member Avatar for duliduli556

What exactly is the nature of transaction that you are going to execute on this data base ?

Member Avatar for debasisdas
0
61
Member Avatar for Fortinbra

[quote]I was excited to see it.[/quote] yes , tell your friends. [quote]i don't really understand[/quote] you will understand as you spend more time here.

Member Avatar for feligak
1
197
Member Avatar for gulbano

Your question was in MySQL or MS SQL ? You need to read [URL="http://www.databasejournal.com/features/mysql/article.php/10897_2201621_1/Deleting-Duplicate-Rows-in-a-MySQL-Database.htm"]this[/URL] for more details on MySQL version of the question.

Member Avatar for debasisdas
0
78
Member Avatar for chamnab
Member Avatar for claudioair
Member Avatar for D_En

May be you are looking for [URL="http://www.codeproject.com/KB/audio-video/oscilloscope.aspx"]this[/URL].

Member Avatar for D_En
0
193
Member Avatar for arezz09
Member Avatar for Mike Bishop

[QUOTE=Mike Bishop;1528251] The issue I have is in the VLP_QC_Results_Batch1000 has the testNo within a field called TestNoName and is separated by a “-“ I need to link these so that we can show the upper and lower limit for each test and the test results [/QUOTE] I really did …

Member Avatar for BitBlt
0
152
Member Avatar for arezz09
Member Avatar for kazekagerandy

You need to check the following links. [URL="http://msdn.microsoft.com/en-us/library/x1d5a9f2%28v=vs.80%29.aspx"]link1[/URL] [URL="http://www.vbdotnetheaven.com/Uploadfile/mahesh/GdiPlusBiggeners04272005015358AM/GdiPlusBiggeners.aspx"]link2[/URL] [URL="http://www.vbdotnetheaven.com/UploadFile/dbeniwal321/ShapesInWPF11232008020439AM/ShapesInWPF.aspx"]link3[/URL] [URL="http://www.devasp.net/net/articles/display/1091.html"]link4[/URL]

Member Avatar for debasisdas
0
295
Member Avatar for klemme

Read [URL="http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html"]this[/URL] and [URL="http://www.abbeyworkshop.com/howto/lamp/MySQL_Export_Backup/index.html"]this[/URL] for Exporting of mysql

Member Avatar for debasisdas
0
134
Member Avatar for arezz09
Member Avatar for debasisdas
0
88
Member Avatar for Vast

From the string in the text file how you know which is 1. the book name 2. the chapter 3. the vers what is the database that you are using ?

Member Avatar for samsylvestertty
0
379
Member Avatar for Mike Bishop

try this [CODE]SELECT SUBSTRING(QCTEST.TESTNAME, 1, CHARINDEX('-',CTEST.TESTNAME)-1) FROM ....[/CODE]

Member Avatar for Mike Bishop
0
135

The End.