Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. patbucks

    Create entry to a table with C#

    ok thanks guys, I got the idea. :o)
  2. patbucks

    Hiding the database from people

    Sorry but they were asking questions and I had to explain the reason why I didn't want to go with stored procedure. I really don't understand why you are saying it's a none sence. Look at www.microworks.com, www.simplyaccounting.com, www.speedlinesolutions.com, www.sungard.com, etc... All of...
  3. patbucks

    Create entry to a table with C#

    Don't use .net? What do you mean? Is it easy reverse engeneer a .net apps?
  4. patbucks

    Hiding the database from people

    Hi guys, thanks for you information. I could give you a list of more then 100 apps that uses differents kind of database, and hides there data structure. You have to be able to hide my data structure, if they want services on there database they will have to ask my company to do it. As an...
  5. patbucks

    Create entry to a table with C#

    I'm building a database with an apps that I'm going to sell. I want to put the least amout of coding on the database side to avoid the people that buy my apps to be able to figure out how I'm working with my database structure. I want to hide the most code I can from the people that I'm...
  6. patbucks

    Hiding the database from people

    Well, it's great to konw what you all think about my issue. But I do not want them to know how the database is build, it will be easy to copy it and do an other app based on my database schema. I want to know how to hide the database from everyone so only my program can access/see it. Anybody...
  7. patbucks

    Hiding the database from people

    Hi, I'm developping an application with MS sql express. I have about 20 tables that are all normalized. I'm going to sell my application and I would like to make sure that they don't have access to my database after I sold the app. Is there a way to encrypt all the database or to hide all the...
  8. patbucks

    Create entry to a table with C#

    I know but it is just an example. Just go with Client and order if you prefer. I don't want to do it in a stored procedure.
  9. patbucks

    Create entry to a table with C#

    Hi, I'm currently trying to create a program that will update a Microsoft SQL express database. In the database I have multiple table that are all link with primary key and foreign keys. Let say I have... Table A: ID_TableA (Auto increment) Name (char 25) Table b: ID_TableB (Auto increment)...

Part and Inventory Search

Back
Top