Click here to Skip to main content
15,896,557 members

Comments by SARAVANAKUMAR.M (Top 28 by date)

SARAVANAKUMAR.M 17-Jul-13 7:40am View    
I am retrieving data's from Database & just adding to a one Permanent Root Node of a Treeview. :)
SARAVANAKUMAR.M 17-Jul-13 7:25am View    
Thanks for your reply Maimonides, I want to uncheck all nodes in treeview Without using FOR LOOP, because i will be having more than 5lakhs of nodes in treeview (Including All childNodes), so it will take very long time to uncheck all nodes in treeview , is there any other way to uncheck all nodes on any Button Click(Clear Button)?.:)
SARAVANAKUMAR.M 28-May-13 3:08am View    
Thanks for your reply Mehdi,

I was trying this concept only but i am getting the error while inserting the data for the Image field column of a table as "syntax error (missing operator) in query expression 'system.Byte[] '".

While executing the command i found this error on the line , "INSERT INTO CaseID1FileID18TableID43Tracklogs ([Track], [RecID], [Latitude], [Longitude], [DateTime], [Elevation(ft)], [Elevation(m)], [S_No], [Images], [ELatitude], [ELongitude]) VALUES ('TRK-0022_ACTIVE LOG: 31 OCT 2011 10:53', '4535', '26.099017', '-80.136197', '31-Oct-2011 14:53:58', '104.5275591', '31.86', 1, System.Byte[], '26.099017', '-80.136197')" . Here the System.Byte[] is nothing but the Empty Array , i.e, byte[] ImgByte[]={}. So can u suggest me to store NULL value for Image field in .mdb file ?
SARAVANAKUMAR.M 30-Apr-13 4:35am View    
Thanks for your reply , Griff. I will be storing some set of IP address in Database for those stored IP address , i have to generate Latitude and Longitude. :)
SARAVANAKUMAR.M 5-Apr-13 2:18am View    
Hi Richard MacCutchan,

Thanks for yor Comment , I think you didn't read my requirement properly itseems are you might be posted the above link unknowingly itseems , I need to IMPORT .db files in windows application using c sharp codings .