Click here to Skip to main content
15,924,583 members
Home / Discussions / C#
   

C#

 
QuestionDoes .Net 3.5 SP1 has a big integer class yet? Pin
Shao Voon Wong1-Oct-08 20:42
mvaShao Voon Wong1-Oct-08 20:42 
AnswerRe: Does .Net 3.5 SP1 has a big integer class yet? Pin
leppie1-Oct-08 21:10
leppie1-Oct-08 21:10 
AnswerRe: Does .Net 3.5 SP1 has a big integer class yet? Pin
blackjack21501-Oct-08 22:02
blackjack21501-Oct-08 22:02 
GeneralRe: Does .Net 3.5 SP1 has a big integer class yet? Pin
leppie1-Oct-08 23:57
leppie1-Oct-08 23:57 
AnswerRe: Does .Net 3.5 SP1 has a big integer class yet? Pin
Giorgi Dalakishvili1-Oct-08 22:34
mentorGiorgi Dalakishvili1-Oct-08 22:34 
AnswerYes Pin
Ennis Ray Lynch, Jr.2-Oct-08 4:33
Ennis Ray Lynch, Jr.2-Oct-08 4:33 
AnswerRe: Does .Net 3.5 SP1 has a big integer class yet? Pin
DaveyM692-Oct-08 5:30
professionalDaveyM692-Oct-08 5:30 
QuestionRemote Data Access Connection String using IP Pin
three.leaf1-Oct-08 16:56
three.leaf1-Oct-08 16:56 
Hi, I'm developing a device application in C#.
I'm currently using a connection string that requires the data source and I'm using the database server name.
String RDAOleBDConnectionString = "Provider=SQLOLEDB;Data Source=" + NombreServidor + "," + Puerto + ";Integrated Security=SSPI;Initial Catalog =" + NombreBD + ";";


But I want to use the IP of the server as the Data Source, I tried to use it but it didn't work.
Also, when I'm running my application, when i try to synchronize the device and the server, I have to delete first the SQL tables because shows an error (the table already exists) when I try to get the last update in tables from the server.

Also, I haven't tested the application when I try to send the data to the server. Will i have to delete the table on the server? Or there is another way to send and receive data to the server and device without deleting tables?

The reason I don't want to delete tables is because i have a website solution manipulating this data and it can delete some of the data the device sent for different reasons, and i don't want to send data that it's already useless when the device syncs again.

thanks.Confused | :confused:

~ Bizarre what men fin attractive ~

Questioncrystal reports Pin
nelsonpaixao1-Oct-08 13:55
nelsonpaixao1-Oct-08 13:55 
QuestionLight up button text Pin
Ed K1-Oct-08 11:02
Ed K1-Oct-08 11:02 
AnswerRe: Light up button text Pin
howlettt1-Oct-08 11:29
howlettt1-Oct-08 11:29 
GeneralRe: Light up button text Pin
Ed K1-Oct-08 15:19
Ed K1-Oct-08 15:19 
AnswerRe: Light up button text Pin
MarkB7771-Oct-08 12:03
MarkB7771-Oct-08 12:03 
AnswerRe: Light up button text Pin
nelsonpaixao1-Oct-08 12:10
nelsonpaixao1-Oct-08 12:10 
GeneralRe: Light up button text Pin
Paul Conrad1-Oct-08 12:29
professionalPaul Conrad1-Oct-08 12:29 
GeneralRe: Light up button text Pin
nelsonpaixao1-Oct-08 13:14
nelsonpaixao1-Oct-08 13:14 
GeneralRe: Light up button text Pin
Ed K2-Oct-08 15:28
Ed K2-Oct-08 15:28 
AnswerRe: Light up button text Pin
Paul Conrad1-Oct-08 12:28
professionalPaul Conrad1-Oct-08 12:28 
AnswerRe: Light up button text Pin
Ennis Ray Lynch, Jr.1-Oct-08 13:46
Ennis Ray Lynch, Jr.1-Oct-08 13:46 
AnswerRe: Light up button text Pin
Simon P Stevens1-Oct-08 22:50
Simon P Stevens1-Oct-08 22:50 
GeneralRe: Light up button text Pin
Ed K2-Oct-08 15:26
Ed K2-Oct-08 15:26 
QuestionRe: Light up button text Pin
nelsonpaixao3-Oct-08 5:42
nelsonpaixao3-Oct-08 5:42 
AnswerRe: Light up button text Pin
Ed K3-Oct-08 8:24
Ed K3-Oct-08 8:24 
QuestionString Column On DataRow Is Null Pin
Kevin Marois1-Oct-08 10:37
professionalKevin Marois1-Oct-08 10:37 
AnswerRe: String Column On DataRow Is Null Pin
Tony Richards1-Oct-08 10:46
Tony Richards1-Oct-08 10:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.