You need a .NET Reflector refer the link http://www.red-gate.com/products/reflector/[^]
ZAK
You need a .NET Reflector refer the link http://www.red-gate.com/products/reflector/[^]
ZAK
According to me the second (ii) forloop is faster than foreach.. because each time for loop checks the count and dosn't get the whole object, it just fix a index and navigate then takes a appropriate values from the bject collection. So as per the performance wise For loop is far better than foreach. :)
ZAK
in VB.net we have command called as "shell" in that you can specify the minimized window, check for any VC++ alternative with this.. iam just giving you a clue because iam not much good at VC++
ZAK
In short For First 1000000 Select top 1000000 colname from urtable order by colname ASC For Next 1000000 Select top 1000000 colname from urtable order by colname DESC
ZAK
For Database Connectivity:- Just create webservice(inplant the SQL Connecting string) and deploy near your SQL Server and in your windows mobile aplication add a web refrence and point the webservice URL. Write all the methods like SQLConnection open and clos blah blah all the functions you want. sorry on the graph part, i suggest you to try http://www.fusioncharts.com/[^] but again iam not sure do they provide graph for window mobile, just have a look around ;)
ZAK
This is a common mistake among C programmers who start coding in a new environment with a new compiler such as .NET 1.1 or .NET 2.0. You get the error because the iostream.h file is no longer used with these compilers, instead use the ISO compliant file iostream:
ZAK
Please refer to this URL http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?dg=microsoft.public.excel.misc&cat=en_us_fc36b261-85c3-48f6-a88a-fea4ddf14032&lang=en&cr=us[^] You can get all the answers related to Excel
ZAK
Seems like direct copies into runtime directories are the best bet.
ZAK
hey if you get the code please let me know as well
ZAK
Yes i do agree with you!!! this is for everyone around the forum!!!
ZAK
yeah Allen it works perfect ;)
ZAK
Yes as mentioned above use combobox.valuemember for capturing the Primary Key Column which is commonly used for Edit and Deleting mode!!! Example:- ********** combobox.datasource = dt combobox.displaymember = "EmployeeName" combobox.valuemember = "EmployeeID"
Hope this helps you in understanding the diffrence between Displaymember and valuemember similar example in TextBox control as well TextBox1.Text = "EmployeeName" TextBox1.Tag = "EmployeeID"
Have a Nice day ahead!!! Regards,
ZAK
ya i tried the one you shown it's working fine to me!! thanks mate ;)
ZAK
One quick solution... Check all the Read/Write/Execute all permissions are applicable for creation/modification/deletion of Folder/File on the server that you are trying to connect to!!! Regards,
ZAK
You are welcome dude!!!!!
ZAK
i got it why you got this error!!! You cannot use a Like wild card with Integers .. is ur newsid is int? Cheers,
ZAK
Yes you can do it for sure... i have done this somany times Reffer here.. http://www.sqlteam.com/article/osql-storing-result-of-a-stored-procedure-in-a-file[^] Cheers,
ZAK
Please reffer to http://access.databases.aspfaq.com/why-do-i-get-general-error-unable-to-open-registry-key-driverid.html[^] For your answer ;) Cheers,
ZAK
What Blue_Boy suggested was 100% right in addition to it please make sure that the Second table you use should have the same Design or Table structure of what you are trying to copy to... otherwise the query would fail... :laugh: Cheers,
ZAK
and also try this one... http://www.banmanpro.com/support/sql2k.asp[^] Hope this helps you ;)
ZAK