2,951 Posted Topics

Member Avatar for bettybarnes

that will depend on how the image is stored in the database 1. if you are storing only the file path You need to retrieve the path from Db and point to the same from Picture Box. 2. if the image is stored as a binary stream. retrieve the stream …

Member Avatar for debasisdas
0
92
Member Avatar for Shikha_ Singh
Member Avatar for divyakrishnan
Member Avatar for Hotaru26
Member Avatar for paul84

Hi paul, Welcome to Daniweb. Do you predict results by any chance :)

Member Avatar for jingda
0
58
Member Avatar for juv
Member Avatar for ninjatalon

Why not handle that part using SQL. Checking data in a loop is going to kill the performance.

Member Avatar for debasisdas
0
136
Member Avatar for zaijenyap

i really do not understand what you are trying to do. the query is doing exactly what is it is written for.

Member Avatar for debasisdas
0
866
Member Avatar for zebnoon
Member Avatar for ChrisPadgham
-1
126
Member Avatar for DawnM

since you are using [B]GROUP BY[/B] clause , you need to use some grouping function as part of the select list.

Member Avatar for crishlay
0
80
Member Avatar for Arjun_Sarankulu

please go through [URL="http://www.oracle.com/technetwork/database/migration/sqlserver-095136.html"]this[/URL] , [URL="http://download.oracle.com/docs/cd/B10501_01/win.920/a97248.pdf"]this[/URL] and [URL="http://st-curriculum.oracle.com/obe/db/hol08/sqldev_migration/mssqlserver/migrate_microsoft_sqlserver_otn.htm"]this[/URL].

Member Avatar for crishlay
0
135
Member Avatar for strRusty_gal

That should work, ensure that you are using where clause on the proper column. Also check if the column contains any white spaces.

Member Avatar for crishlay
0
175
Member Avatar for legend_89757
Member Avatar for sels2005j
Member Avatar for crishlay
0
162
Member Avatar for MrBlack

simply try this [CODE]SELECT CURDATE() - 10[/CODE] read more [URL="http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html"]here[/URL] and [URL="http://dev.mysql.com/doc/refman/5.1/en/datetime.html"]here[/URL] .

Member Avatar for crishlay
0
166
Member Avatar for low1988
Member Avatar for ArdaOrhan
Member Avatar for deva.v
Member Avatar for jacksantho
Member Avatar for simplyit

What is a GIS project ? What kind of data you are going to store in the DB ? What is the front end application /language you are using / planning to use ?

Member Avatar for jjc_Mtl
0
81
Member Avatar for vishalrane
Member Avatar for NuGG
Member Avatar for semsunny
Member Avatar for spectranet
Member Avatar for Portgas D. Ace
Member Avatar for Arjun_Sarankulu

[QUOTE=Arjun_Sarankulu;1576657]it gives 0.04890 And i think it should be 0.04890 [/QUOTE] If you are getting what is expected, what is the problem ?

Member Avatar for Arjun_Sarankulu
0
85
Member Avatar for danielgr
Member Avatar for danielgr
0
209
Member Avatar for Naveed_786

Can you print the SQL statement and post over here. (only the SQL not .net code)

Member Avatar for Naveed_786
0
415
Member Avatar for AlaNDGT
Member Avatar for enthuiastic
Member Avatar for mdeokute
Member Avatar for Sinduja Arun
Member Avatar for dennysimon
Member Avatar for dennysimon
0
181
Member Avatar for JohnPhilipps

May be you can store system shutdown time into registry or any other location and read the same on system start up. If the difference is < 30 mins call the shutdown routine again.

Member Avatar for JohnPhilipps
0
107
Member Avatar for arunthangavel
Member Avatar for samreb90
Member Avatar for anarchy2cruo
Member Avatar for dyingatmidnight

You are not inserting the Id columns (authorID, publisherID,..............) into any of the tables. check your insert statements.

Member Avatar for dyingatmidnight
0
109
Member Avatar for ssreevidya.m

I think the values in the column UpperBound & LowerBound are reversed. Regarding your SQL, why not use between operator.

Member Avatar for BitBlt
0
187
Member Avatar for crapmyster

Trying to implement many-to-many is impractical. It can't be implemented in any database.

Member Avatar for dansteel
0
1K
Member Avatar for sourabhacooli

With the information provided by you, i can only suggest you to read books for all the details.

Member Avatar for debasisdas
0
84
Member Avatar for end3r
Member Avatar for shivam1410
Member Avatar for Bheeman89
Member Avatar for vuyiswamb
Member Avatar for vuyiswamb
0
113
Member Avatar for zezinho
Member Avatar for unika010690

1. You can create a view based on the records of the JOIN between the relevant tables for the purpose of search. 2. While updating you need to update only one master table by pulling / selecting record from the above mentioned view.

Member Avatar for debasisdas
0
98
Member Avatar for dyingatmidnight

authorID in the books table is the foreign key in Books table which refers to the primary key of the Author table.

Member Avatar for debasisdas
0
76
Member Avatar for Arjun_Sarankulu

Try [URL="http://www.google.co.in/search?hl=&q=SSRS+Presentation&sourceid=navclient-ff&rlz=1B3GGLL_enIN395IN395&ie=UTF-8"]this[/URL].

Member Avatar for debasisdas
0
63
Member Avatar for CA50

Hi Welcome to the forum. check for the New Posts link on the status bar.

Member Avatar for jennia1686
0
62

The End.