hi
i try to install my C# program on Windows 7 64bit and i got error.
i need to install MDAC and ActiveSync on computer.
from where i can download MDAC (that fit for Win-7 64 bit) and ActiveSync ?
thank's in advance
hi
i have 2 tables
Table A - code|name
Table B - barcode|name
table B has full barcode and name, Table A has only code
i need to run update query that fill name in Table A
i try somthing like: update A set name = (select top 1 Name from B where B.Code = mid(A.Barcode,1,8))
but it dos't work
hi
i build C# program on Windows-Mobile that connect to WebService through cradle
and work with ActiveSync.
the customer want me to change the program that the connection will be through IP cradle.
is it require me any code change ?
how to do it ?
thank's in advance
hi
i try to run pdf to text C# code, i have reference to 2 dll
and i get this error when i try to run the program:
how to add a reference to assembly ?
the type 'java.io.File' is defined in an assembly that is not referenced. You must add a reference to assembly 'IKVM.GNU.Classpath, Version=0.20.0.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58'.
thank's in advance
hi
is there any different in Connection string
between SQL server Authentication and Windows Authentication
if yes, can i get a sample connection string for this ?
thank's in advance
I have a scale that connect to PC through RS232, I send "W" to receive the weight. The scale sends the weight all the time as it's read. How do I catch the weight that is being read?
Can i get any C# sample code?
hi
i need to search between date's and time's.
for example: between date: 30/02/2007 time: 10:32 and date: 21/06/2008 time: 14:19
what is the most simple query for this ?
thank's in advance
hi
i'am Looking for any tool for check C# program on type's of OS on one computer
for example: Win 98....Win XP...Vista...7...
is there any free and good tool ?
thank's in advancec
hi
i have string MyText that hold "L1"
i have label control that his name is "L1"
is there any way to read label L1 using MyText ?
somthing like: TMT = MyText.text
or: TMT = ((Control)MyText.ToString()).Text;
thank's in advance
hi
i have C# program (in Visual studio 2005) and i try to connect and
work with sql-server 2008.
the connect is success but i get this error:
this server version is not supported. you must have Microsoft SQL server 2005 Beta 2 or later
what can i do ?
thank's in advance
Hi
how I can check if in my Windows mobile program there is WIFI connection ?
(I dont want to use try & catch for any action)
I work with Windows mobile 2005, FW 3.5, WS2008
thank's in advance
hi
i have Database with date field.
i see the time like: 1900-01-01 13:38:00.000
how i can see it like: 13:38 ?
(i work on sql server 2008)
thank's in advance