15,792,330 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Laxmax1 (Top 13 by date)
Laxmax1
2-Jul-22 18:43pm
View
I know, this is a example of my last try but not works.
Laxmax1
20-Apr-22 9:53am
View
when I call the function get_month from other function.
Laxmax1
14-Jul-17 13:30pm
View
I solved it, i create a method that calls the function in a foreach, did not want to do so but in the end it works. thank you for your help.
Laxmax1
20-Apr-15 10:10am
View
Hi Maciej, with your solucion i have 61k of registers, but still high :(
Laxmax1
26-Mar-15 8:37am
View
I take option 2 , thank you very much Sascha Lefevre , with this improvement I could do. :)
Laxmax1
25-Mar-15 16:58pm
View
if you have a better idea, help me to improve. :)
Laxmax1
28-Jan-15 12:38pm
View
ok! :) I understand my mistake, thanks for the help!
Laxmax1
28-Jan-15 12:37pm
View
ok! :) I understand my mistake, thanks bro for your help!
Laxmax1
28-Jan-15 12:27pm
View
Deleted
thanks work great!!! but which was my mistake in the code? i need declare de sql data type?
Laxmax1
12-Jan-15 14:25pm
View
thanks for help me bro! :)
Laxmax1
12-Jan-15 14:22pm
View
My final solucion is this:
string lastLine = " ";
while (reader.Peek() >= 0 )
{
var lines = reader.ReadLine();
if (lines != lastLine){
writer.WriteLine(lines);
lastLine = lines;
}
Laxmax1
11-Jan-15 16:35pm
View
Thanks :)
Laxmax1
11-Jan-15 16:27pm
View
I'm a novice programmer , and the examples that I find not see very clear.
Show More