Closed Thread
Results 1 to 5 of 5

Thread: Tutorials for configuring a db in Visual Studio

  1. #1
    cople is offline Newbie
    Join Date
    Jul 2009
    Posts
    21
    Rep Power
    0

    Tutorials for configuring a db in Visual Studio

    I have some MS Access experience, and had a class on console c++ apps, now I am trying to develop my first program. It's a little C# database program. I have the db tables and columns planned and keyed into VS, but that's where I'm stuck. I'm needing C#/VS tutorials that will guide me on configuring relationships, datatyping, etc, on the db so I can get it ready for testing of the schema.


    The only tutorials I've been able to find either talk about general db basics (ie, not helping me with VS/C#), or about C# communications with an existing SQL db.


    Thank you.


    (In case it matters, I'm using the open source System.Data.SQLite (sqlite.phxsoftware.com) for the db. I chose it over SQL Server CE after seeing a comparison between the two. Also I wanted a server-less version of SQL because this little app will be on other people's computers and I want to to do as little support as possible.)
    Last edited by cople; 03-21-2010 at 06:05 PM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    progcomputeach is offline Learning Programmer
    Join Date
    Mar 2010
    Posts
    45
    Rep Power
    0

    Re: Tutorials for configuring a db in Visual Studio

    theres one particular site which is called

    ConnectionStrings.com - Forgot that connection string? Get it here!

    This is not a tutorial sites but it deals with connecting to different types of databases.

  4. #3
    cople is offline Newbie
    Join Date
    Jul 2009
    Posts
    21
    Rep Power
    0

    Re: Tutorials for configuring a db in Visual Studio

    Thanks, but as I said in my question, connections are not what I need help with.

  5. #4
    cople is offline Newbie
    Join Date
    Jul 2009
    Posts
    21
    Rep Power
    0

    Re: Tutorials for configuring a db in Visual Studio

    Anybody?

  6. #5
    Ancient Dragon's Avatar
    Ancient Dragon is offline Programming Expert
    Join Date
    Jan 2008
    Location
    near St Louis, MO USA
    Posts
    393
    Rep Power
    17

    Re: Tutorials for configuring a db in Visual Studio

    This is a C/C++ SqlIte tutorial. I don't know how to integrate that with C#, shouldn't be too hard. If C# can call win32 api functions then it should be able to call all those SqlIte functions. I don't know if this link will help you or not, but it's an introduction example program written in C language.
    Visit www.DaniWeb.com for more IT needs

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Intermediate Visual Studio - C# Making Use of Visual Basic Namespace
    By chili5 in forum CSharp Tutorials
    Replies: 0
    Last Post: 08-26-2011, 01:53 PM
  2. Few questions on Visual studio ultimate 2010 and visual basic
    By Steamsteam in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-26-2010, 05:14 PM
  3. Visual Studio C# vs C++ .NET
    By Lop in forum C# Programming
    Replies: 1
    Last Post: 06-15-2006, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts