Search results for query: *

  • Users: simonwar
  • Content: Threads
  • Order by date
  1. S

    Tutorial on Databases confusing/out-of date ?

    Hi, can anyone tell me what MSDN is trying to indicate here on this tutorial, ref this page: Walkthrough: Creating a SQL Server Express Database I cannot make this happen in VS2008 SQL Server 3.5 ? To create a relationship between the tables created in the previous step 1.Right-click the...
  2. S

    Out of Date Tutorial - Setting Relationships between Tables - Foreign Key

    I am working through an out of date tutorial, with some success, but during this tutorial a relationship is set up between Tables, by Right Clicking a Field and "Setting Relationships", see here approx 07:50 secs into tutorial. Visual Basic How Do I Forms Over Data 1 How do I do this same...
  3. S

    Out of date tutorial calling a Field Type "datestamp" ?

    Hi, I am learning VB and Database Apps from scratch using VS Studio including SQL Server Compact. Trying to fnd up to date tutorials, is hard and unfortunately this software seems to be changnig quite quickly. Anyway 2 questions: 1. Does anyone have a great up to date link on database's...
  4. S

    Master Serial Number counter for Transactions ...

    Hi, I'm creating an application that will READ and WRITE data to several data tables. Every time I WRITE I would like to log the transaction in a history file and also update the relevant data table with a uniquely serialised entry. 'set the start point of the serial number Dim serialnumber...
  5. S

    Using an array to display Month name, September etc ..

    Hi, I am tuning my knowlegde of Date and Times, but why doesn't this work Dim now1=DateAndTime.Now Dim month As Integer = now1.Month 'creates an array to determine the month name Dim montharray() As String = {"January", "February", "March", "April", "May"...
  6. S

    Login and re-login due to inactivity ...

    Hi, I have read many threads on inactivity timeouts etc and they get very deep very quickly, and as I am new to vb.net wanted to see if anyone had a softer introductory spin on the situation. For my own understanding I tried to FLOW diagram my logic and would appreciate any scrutiny of it, as...
  7. S

    Auto Detect BarCode Scan entry OR Manual Entry - Cash Register

    hi, i am pulling together a cash register that will allow both bar code product entry and manual key entry. imagine if you have a tin of beans in front of you, in a small corner shop they would probably type "47" and then hit "Produce". Fairly straight forward as I have the button Produce to...
Back
Top