|
Prev: MSXML Error
Next: Enumerate Devices
From: Mohammad-Reza on 3 Jul 2005 10:59 We are writing an application for a specific culture(Arabic or Farsi). This application involves using DataAdapter, OLEDB Connection and the DataSet. We didn't use the .NET data binding, just field TextBoxes with the data retrieved from the DataSet but whole system seems to be unable to update the database (.mdb file) with Unicode characters. Instead of displaying the correct characters the application displays question marks (?). Isn't there any way of saving Unicode characters in the database using this system? This is an emergency& Thanks in advance
From: Hoa on 3 Jul 2005 11:33 Hi, This is not a .NET group, try a .NET one instead! And as a suggestion: Did you change the Code page of your system in Regional Settings to Farsi? Hoa "Mohammad-Reza" <MohammadReza(a)discussions.microsoft.com> wrote in message news:1489F2DF-96B4-4E48-BF6D-AF372F828EDC(a)microsoft.com... > We are writing an application for a specific culture(Arabic or Farsi). > This application involves using DataAdapter, OLEDB Connection and the DataSet. > We didn't use the .NET data binding, just field TextBoxes with the data > retrieved from the DataSet but whole system seems to be unable to update the > database (.mdb file) with Unicode characters. Instead of displaying the > correct characters the application displays question marks (?). > Isn't there any way of saving Unicode characters in the database using this > system? > This is an emergencyý > Thanks in advance >
From: Rick Rothstein on 3 Jul 2005 12:20 Almost everybody in this newsgroup is using VB6 or lower. While you may get a stray answer to VB.NET (including VB2003 and VB2005 which has dropped .NET from its name) questions here, you should ask them in newsgroups devoted exclusively to .NET programming. Look for newsgroups with either the word "dotnet" or "vsnet" in their name. For the microsoft news server, try these newsgroups for Visual Basic ..NET related questions... microsoft.public.dotnet.languages.vb microsoft.public.dotnet.languages.vb.upgrade microsoft.public.dotnet.languages.vb.controls microsoft.public.dotnet.languages.vb.data And these for more general .NET questions microsoft.public.dotnet.general microsoft.public.vsnet.general Note: There are many other .NET newgroups (use the first three "fields" from the last two as templates when searching for them), but the above ones should get you started. Rick - MVP "Mohammad-Reza" <MohammadReza(a)discussions.microsoft.com> wrote in message news:1489F2DF-96B4-4E48-BF6D-AF372F828EDC(a)microsoft.com... > We are writing an application for a specific culture(Arabic or Farsi). > This application involves using DataAdapter, OLEDB Connection and the DataSet. > We didn't use the .NET data binding, just field TextBoxes with the data > retrieved from the DataSet but whole system seems to be unable to update the > database (.mdb file) with Unicode characters. Instead of displaying the > correct characters the application displays question marks (?). > Isn't there any way of saving Unicode characters in the database using this > system? > This is an emergency… > Thanks in advance >
From: Mohammad-Reza on 4 Jul 2005 02:31 Hi Hoa I know this is not .NET group but I send this message to all the news groups...:) Please if you can help me. This is an emergency... And by the way I currently set my default windows language to Farsi. "Hoa" wrote: > Hi, > > This is not a .NET group, try a .NET one instead! > > And as a suggestion: Did you change the Code page of your system in Regional > Settings to Farsi? > > Hoa > > "Mohammad-Reza" <MohammadReza(a)discussions.microsoft.com> wrote in message > news:1489F2DF-96B4-4E48-BF6D-AF372F828EDC(a)microsoft.com... > > We are writing an application for a specific culture(Arabic or Farsi). > > This application involves using DataAdapter, OLEDB Connection and the > DataSet. > > We didn't use the .NET data binding, just field TextBoxes with the data > > retrieved from the DataSet but whole system seems to be unable to update > the > > database (.mdb file) with Unicode characters. Instead of displaying the > > correct characters the application displays question marks (?). > > Isn't there any way of saving Unicode characters in the database using > this > > system? > > This is an emergency& > > Thanks in advance > > > > >
From: Michael Cole on 4 Jul 2005 02:47 Mohammad-Reza wrote: > Hi Hoa > I know this is not .NET group but I send this message to all the news > groups...:) Well don't. > Please if you can help me. This is an emergency... Unless your computer has just burst into flame because of this issue, it is not an emergency. A problem maybe, but not an emergency. -- Regards, Michael Cole
|
Pages: 1 Prev: MSXML Error Next: Enumerate Devices |