CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: danielea

Search: Search took 0.04 seconds.

  1. Re: how to display null-date as blank space in the ms report (+mssql2008) ?

    Ivanov, please be a little more descriptive as to what you are trying to accomplish.

    From what I am gathering so far, you are trying to return data for a microsoft report using a select statement,...
  2. Replies
    1
    Views
    5,748

    Re: C# + MS SQL Server Deployment Problem??

    I am not exactly sure about the target computer requiring SQL Express, but my instincts tell me that it will require SQL Express to be installed. Additionally, just as a hint, you will need to pay...
  3. Replies
    2
    Views
    641

    Re: Questions on parse operations

    regular expressions are what they are. They are a highly tuned way of parsing and finding data. Here is a helpful link: http://www.regular-expressions.info/reference.html

    Have fun with it!
  4. Replies
    6
    Views
    4,399

    Re: trying to use polymorphism

    Thank you. your explanation helped me to understand this concept much better. I've used this as a base to implement exactly what i needed.

    Again, thank you.
  5. Replies
    6
    Views
    4,399

    trying to use polymorphism

    Hi, I am trying to understand polymorphism and if it can help me in this situation. I have a third party framework that handles Secure FTP functions. Within this framework I am working with two main...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured