blah blah blah is here! blah blah » Close

1
votes
1 answers

Export database from SQL Server to MySQL

from SQL Server, pointing to specific database, then, Task, -> Export Data... it comes out with this SQL Server Import and Export Wizard: The data type could not be assigned to the column "xxxxxxx" in ".NET Framework D ...

0
votes
1 answers

Record Locking in MS SQL Server

The scenario... Multi-user, connecting to an MS SQL Server (either Enterprise or Express) database. Thankfully, at the moment, using Winforms. Users can access accounts, BUT If User-1 has Account-A displayed (and might be modifying it ...

0
votes
2 answers

Storing a string containing special characters in to database..

Hi all, I am working on a project on Cryptography and need to store the ciphertexts in the database. I am facing two main issues here.. First, the ciphertext gets way too long and I get the error: The identifier that starts with ... ...

0
votes
2 answers

login problem with sql server through c#

hi guyz! i know how to connect with sql server through c# (due to connections string), but i just dont have any login account on sql server so i will give nothing in uid section of my connection string, when im running my application it ...

0
votes
2 answers

how to retrieve packets and get client's ip from it

can anybody help me how to retrieve client's ip from request packet received at server side?

0
votes
0 answers

how to retrieve packets and get client's ip from it

can anybody help me how to retrieve client's ip from request packet received at server side?

0
votes
1 answers

C# program to switch updating from Master server to Slave server

assuming that I have setup the Database (MySQL) Replication using Master-Slave configuration, and have synchronized those Master and Slave servers, how can my C# program know that it has to update the Slave server when the Master server fai ...

0
votes
1 answers

Document word in sql server 2k db

Hello folks, I'm new in this site. I've got an sql server 2k database. My OS is Windows XP. I'm working on Web Forms with ASP.NET. I've got a table named "Documents" which has a column named "Doc" with "image&qu ...

0
votes
2 answers

C# Database Connection String for Server

MySqlConnection myConn = new MySqlConnection("server=192.168.1.103;database=productcatalog;uid=root;password=12345678"); // where 192.168.1.103 is the PC's IP address. above code does not give me any problem. but when I have ...

1
votes
2 answers

MySQL Server updates field values on its Client constantly.

I could do the implementation such that the client is being updated constantly from its Server, when it reads from the MySQL database and update on the client, by using the Timer. Upon each ticks, it would read from the server database and ...

0
votes
1 answers

Client Updates Server Database (MySQL) using Private APN and Static IP addresses

using our office Local Area Network (192.168.1.xxx), I have no problem with the client updating the server database, when I set the MySqlConnection string "server=IP_Addresses_of_Server". However, when I switch to GPRS Connecti ...

Feedback