Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
php x 5
Member Avatar for danimischiu

Hello, I'm trying to get a website source with a curl call but some data is missing and I don't know what I'm doing wrong. If i make a call to the url in browser in the page source will apear "<!-- request captchas: blabla -->".. but after I call …

Member Avatar for pritaeas
0
156
Member Avatar for danimischiu

Hy all, Does anybody know a good method to edit data from office xml spreadsheet format in C#? I've found a way to get data from it using OpenXML but I'm stuck at saving the changes made back in the file. I've attached my source file here..

Member Avatar for gusano79
0
103
Member Avatar for danimischiu

Hello, Is it possible to do a programmatic rebuild of a sdf db file?I want to do this in case my app will collapse and say the db is corrupt.

Member Avatar for RvSon
0
107
Member Avatar for danimischiu

Hy all, I'm developing a windowsforms app and I'm trying to use threads. public void Thread1(DataTable dt2,DataTable dt,int x,int y) { string cui = ""; string cod_asis = ""; for (int i = x; i < y; i++)//dt.Rows.Count { var currentRow = dt.Rows[i]; cui = currentRow["cui"].ToString().Trim(); cod_asis = currentRow["cod_asis"].ToString().Trim(); cui …

Member Avatar for danimischiu
0
1K
Member Avatar for danimischiu
Member Avatar for danimischiu
0
270
Member Avatar for danimischiu

Hy all, I'm new at using sql server compact,so I don't know yet if what I want to do is possible:)? I have the following setup: 1.Datatable created from a table from my database(this is the table that I want to update later); 2.Make modification on datatable and save it; …

Member Avatar for pitic
0
1K
Member Avatar for danimischiu

Hy all, I have the following problem with an update in my sdf database.I want to update a table data using a sqlceresultset.This is the code that I'm using but nothing happens. connection.Open(); string sql="SELECT * FROM Table1"; SqlCeCommand cmd = new SqlCeCommand(sql,connection); cmd.CommandType = CommandType.Text; SqlCeResultSet rs= cmd.ExecuteResultSet(ResultSetOptions.Updatable|ResultSetOptions.Scrollable); IEnumerator …

Member Avatar for danimischiu
0
269
Member Avatar for danimischiu

Hy all, I'm facing a problem with some data that I need to check and update it's status in my database.I've got a data grid with some info from a table in the database..now for evry entry I send that data to a server server then I get the server …

Member Avatar for TnTinMN
0
235
Member Avatar for danimischiu

Hello everyone:).I am curently developing a C# application and I need to make it check for updates. I've never done something like this before in C#.My application output type is windows application.So in need for some help please:D..

Member Avatar for tinstaafl
0
90