I may re-create database, so I found from internet and will try CREATE DATABASE dbName COLLATE Cyrillic_General_CI_AI
guess that will be succeed.
Tyler45
Posts
-
SQL CE 2.0 cyrillic characters - urgent please -
SQL CE 2.0 cyrillic characters - urgent pleaseDear Friends; I have a database and I want to insert Cyrillic and utf-8 characters, however all Cyrillic characters are displayed as '?'. How can I handle it? Thank You.
-
Flash .swf file Play in Windows Mobile 6.0 or 6.5Dear Guru's :) I have to develop a small application that should play swf file but i could not do it using compact framework 3.5 do you have any ideas? Thank you
-
GSM Connection LevelDear Friends, We have to get information of gsm connection level in c# (or vb) in windows mobile device Is there anyway ? Thanks in advance
-
Connection Level in Compact FrameworkDear Friends, We have to get information of gsm connection level in c# (or vb) in windows mobile device Is there anyway ? Thanks in advance
-
get connected Device ID from USB PortSorry, I didn't check :) I guessed that you were poster. Thank You.
-
get connected Device ID from USB PortDear Mircea, First of all, thank you for your concern. I have just checked the solution and tried but there is something that i do not understand What should be the values of VID and PID. they are assigned automatically and program gives always disconnected message. Method USBClass.GetUSBDevice cannot regocnize my barcode reader. Thank you in advance Kind regards
-
get connected Device ID from USB PortDear All, I have so many barcode readers which are connected from usb port. I have to differ each other so I need to get device ID of each of them. I think it is possible because I installed and use USBTrace and it gets. How can we handle it using c#? Thank you for your concerns.
-
comparing images in javaIt can be idea below: convert both images to Base64 String and compare them
-
SetSystemTime Return Parametersi think i solve it :) it was so before... codes at home let me check @ home and send it
-
Bluetooth File TransferHello Friends; I want to make file transfer between two windows mobile based devices. I have done connection in my project but someone would provide to me example about file transfer via bluetooth Thanks in Advance Best Regards
-
Read 2D || QR Barcode from Compact FrameworkHello Frieds; I want to read qr barcode from my windows mobile phone using its camera. How can i handle this using without external program. Thanks in Advance Best Regards
-
Using WebService in C++Thanks for your reply but this link is related with clr programming. As i said first post i did connection using this method but i need exactly c++ project (without clr) and i want to connect in webservices Is there any example?
-
Using WebService in C++Hello Friends; I want to use a web service (it has also a method) in c++. I am using .NET and if i open CLR project i can use this web service methods but If i open a regular command c++ project and then i add web reference into it, i cannot use webservice's methods. A link, document or any idea is good for me. Thanks For Your Helps Best Regards
-
Use Mssql like AccessHello Friends, I develop a project and i use mssql 2005(express) and i want to use project in another computer that has not have sql server. (actually i mean i want to use sql server mdf file like access) Is it possible? If it is, how can it be? Thanks for your helps? Best Regards Eray
-
File Input in my LanguageHello, is there any way to change input type=file's browse button in my language Thanks Best Regards
-
Calling external application with arbitary input parametersFor ex., if you use internet explorer with a parameter
System.Diagnostics.Process.Start("IExplore.exe","http://10.109.25.15/TouchScreen/Test/index.htm");
-
Set Webservice wsdl Programmticalythere is no condition. wsdls will be fill on combobox when user select any of web service will be run on this url. i found something that: if i create a web service object and then there is a url property, and it is possible to set it. now i am trying to use it,
-
Set Webservice wsdl ProgrammticalyHello friends, I use some web services in my project. But I want to change some this one web services ip. For ex. i use http://192.168.0.1/ex.wsdl some times i want to use http://192.168.0.5/ex.wsdl. both of them are same functions. Is there any idea? Thanks Best Regards
-
Form MethodSorry to all :) because i have found code that when i was post this message here is the answer
var PreviewWnd = null; function Preview() { if (Submitted) return false; PreviewWnd = open("","preview","toolbar=no,resizable=yes,scrollbars=yes,directories=no,menubar=no,width=400,height=300"); document.MessageForm.action = "onizleme.jsp"; document.MessageForm.target = "preview"; return true; } var Submitted = false; function Submit() { document.MessageForm.action = "gonder.jsp"; document.MessageForm.target = "_top"; Submitted = true; return true; } Your Name