User Profile
Collapse
-
Where the error is? Give a different name for class def -
"(Small data columns gets copied)".
Can i know how many rows ?
You import some values to datatable and add in database,
and again import some values and add in database.
Try this?Leave a comment:
-
Go to Project properties->Application and
change the target framework to .Net Framework 4Leave a comment:
-
To append the data to a file use:
use \r\n to write in the new Line.Code:File.AppendAllText("myfile.txt","I am a C# developer");
To clear the file while closing write the Code in the form's Dispose methodLeave a comment:
-
Error in populating to a GridView
I have a access database that contains foreign characters(Hebr ew Language).
Hebrew language is a Right To Left language
When i populate it to datagridview using OledbDataAdapte r..
The value gets populated reversely..
(i.e) "אין" is getting populated as "ןיא".
Can Anyone help me?? -
I fixed the bug.
I changed the column name from _region to property_region .
Why _region makes error, Is it a KeywordLeave a comment:
-
How can I search a foreign character in access database using C#
Hi I have a access database that contains foreign characters(Hebr ew language).
How can i search the values in the column by using c#? This is my code:
SELECT * FROM "table name" WHERE column_name LIKE '%שגל%'
I'm getting this error: Syntax Error in SQl statement
Can anyone please afford your time and help me in this? שגל- this is the Hebrew language. -
samueal started a topic cannot get the methods while exporting a DLL using dumpbin.exe/exports “mydll.dll”in C Sharpcannot get the methods while exporting a DLL using dumpbin.exe/exports “mydll.dll”
Hi I created a DLL named mydll.dll using visual studio 2010, And when i export the DLL using dumpbin.exe/exports "filename", I'm not getting any functions defined in mydll.dll
Is there any specified way to create methods in DLL?
No activity results to display
Show More
Leave a comment: