create

  1. manny cash

    How do I create a table in an existent database SQL VB2017

    I already made a SQL database programmatically and want to create a table programmatically, too (code) but, I do not know how can I start up. I was looking on the web unfortunately I did not find any sign. If somebody know how I will appreciate in advance your help. Thank you so much.
  2. C

    Question Create Database, Grant Select

    I have a problem. I need to create a database monthly using a program. The database is States_XX where XX is the number for next month. Then I need to GRANT Select to that database. I am connected to the SQL Server. Creating the database was easy. Applying the GRANT SELECT is not. Here is the...
  3. B

    Question Timer Pause Resume

    I'm currently creating a program in Visual Studios 2008, What it does is their are online Json files like this one...
  4. Andrew-Savin

    Stimulsoft Company Announces Stimulsoft Reports version 2010.1 release.

    Stimulsoft Company, an outstanding and leading manufacturer of software for business intelligence (reporting solutions for .NET, ASP.NET, WPF, Flex, PHP), has released version 2010.1 of Stimulsoft Reports. Stimulsoft Reports products help developers from commercial and non-profit organizations...
  5. A

    Question Creating a new desktop

    Hi, I'm trying to get something done in vb.net which I've already done in vb6 (lost the code): creating a new desktop and switching to it. I have a C# code (written by somebody else, got it from http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=5277&lngWId=10) which works very...
  6. C

    Question Create a Computer in AD - Wrong Group used

    Hi, When I create a Computer in Active Directory via the DirectoryServices, the Computer Object is in the wrong group (Domain Users instead of Domain Computers). This is a big problem, because a computer with the same name as the AD object can't join the Domain. Does anybody have an idea how...
Back
Top