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

Search:

Type: Posts; User: LeoVB

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,940

    Installer prerequisites problem

    Hello

    Either on ClickOnce or Visual Studio Installer I use "DotNetFX45" and "SQLLocalDB2014 (x86 & x64)" as prerequisites. All these files are included inside the SETUP folder (Hence, no internet...
  2. Replies
    3
    Views
    7,241

    Re: LocalDB deploy issue

    Yes, I was trying to Create DB inside of Program Files.

    Thanks !!!
  3. Replies
    3
    Views
    7,241

    LocalDB deploy issue

    Hello

    Working on a VB.NET project with SQL LocalDB I'm having the next problem:

    When deployng on a client machine (Windows 7), my application tries to Create a DB on disk but it got ERROR 5...
  4. Replies
    2
    Views
    2,611

    Re: How to deploy a project with SQL?

    Thank you, HanneSThEGreaT

    Since I've always used Magnatment Sutdio to create and design DB and never done any Project deploy...

    Do you know any good example step by step on how to do it?
    ...
  5. Replies
    2
    Views
    2,611

    How to deploy a project with SQL?

    I'm working on WinForms Project in VB2013 with Localdb SQL database (localdb)\v12.0).
    In this project I`ve been using "Management Studio" and both ADO.NET and Linq to SQL.

    How to suppose to...
  6. Replies
    1
    Views
    887

    Forms access null exception.

    Hi
    This is stranged.

    This first scenario works good!!!
    ============================================================
    FORM1
    F3 AS NEW FORM3
    F3.SHOWDIALOG()

    FRIEND SUB METHOD()
  7. Replies
    1
    Views
    1,090

    How to convert Access 2013 DB into SQL COMPACT

    Hi
    Because VS 2013 dropped SQL COMPACT databases, I need to convert Access 2013 databases into SQL COMPACT in order to be able to use Linq to SQL in VB 2013.

    Anybody can help me?

    Thanks
  8. Replies
    3
    Views
    1,527

    Re: How to implement a SQL project?

    Because I do not need to. I just drag and drop any tables I need and Linq To SQL make all the work: database mapping, connection string, etc.

    Now, about your response I think it is some...
  9. Replies
    3
    Views
    1,527

    How to implement a SQL project?

    Hello
    For the first time I made a VB project using SQL database (SQL 2012 Express). I did not use connection string. I did use Linq To Sql, so this great functionality do the hard work for me.
    This...
  10. Replies
    2
    Views
    870

    Re: How to "refresh" a Datagridview?

    Hi Victor

    You're right. I'm using Visual Basic (2012), but I think I can get an approach coming from C# or C++.

    If you can help me, please remember I'm not modifyng the DGV but the table from...
  11. Replies
    1
    Views
    14,818

    How to "refresh" a Datagridview?

    Hi
    In Form1 I have a Datagridview showing the content of a table from DataBase.

    In Form2 I add or modify a row in that table. So, when I get back to Form1 I would want the DataGridView get...
  12. Replies
    2
    Views
    870

    How to "refresh" a Datagridview?

    Hi
    In Form1 I have a Datagridview showing the content of a table from DataBase.

    In Form2 I add or modify a row in that table. So, when I get back to Form1 I would want the DataGridView get...
  13. Replies
    2
    Views
    2,508

    Re: How to query common values in Linq to SQL?

    Thanks dglienna !!!

    But it is hard to believe to me that this post has been viewed for about 92 persons and no body knows how to do this 'simple' SQL query or not want to.
  14. Replies
    2
    Views
    2,508

    How to query common values in Linq to SQL?

    We have two tables PRODUCTS and CATEGORIES, both of them have a many-to-many relationship through a third table --> CATE_PRODUCTS

    32319

    My question: given 1 or more ID_PRODUCT I need to...
  15. Replies
    0
    Views
    7,973

    Datagridview from Linq to SQL

    Hi
    I need to populate a DataGridView from 3 tables but the problem is that one of the cell (column) of DGV is a ComboBox to show various values in it. I could not find any solution.

    Is there any...
  16. Re: CLR Debbuger (F5) ignores some exceptions in Windows Form apps

    Well, I have heard that this problem occurs in 64bit based machines and code running within the Form load event. Anyway, I don't know how Microsoft have not announced a patch or something to fix this...
  17. Re: CLR Debbuger (F5) ignores some exceptions in Windows Form apps

    Every setting I use is inside the Project Properties Menu.

    Option Explicit - ON
    Option Strict - ON
    Option infer - Off
  18. Re: CLR Debbuger (F5) ignores some exceptions in Windows Form apps

    That's right.
  19. CLR Debbuger (F5) ignores some exceptions in Windows Form apps

    Hello

    When run (F5 Debug) a Windows Form application I'm working with, there is some exceptions that are not cacthed by CLR debbuger. But the same code in a Console Application every exceptions...
Results 1 to 19 of 19





Click Here to Expand Forum to Full Width

Featured