Cannot Make Happen In VS2008 SQL Server 3.5?
Oct 10, 2009
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 Database Diagrams node in the SampleDatabase.mdf node in Server Explorer/Database Explorer and choose Add New Diagram.
2.Click Yes if a dialog box opens asking to create the required database objects for diagramming.
3.Add the Customers and Orders tables to the diagram.
4.Close the Add Table dialog box.
5.Drag the CustomerID column from the Customers table onto the Orders table.
6.Verify that the Customers table is the Primary key table and the Orders table is the Foreign key table, and verify that the CustomerID column is selected for both tables.
7.Click OK to close the Tables and Columns dialog box.
8.Click OK to close the Foreign Key Relationship dialog box and create the relationship.
9.Select Save Diagram1 from the File menu.
10.Leave the default name and click OK.
11.Click Yes in the Save dialog box.
I can create relationships but not the Diagram ?
View 1 Replies
ADVERTISEMENT
Oct 16, 2011
A few years ago I have been busy creating this application but it didn't succeed, now Im coming back to it and similar problems occur. Basically I use SetPixel on a given window to draw a line, work fine, but the line goes away as the window redraws itself.The problem: I have been putting timers and threads on it to make sure the line is being drawn. Is there any way to make a loop to make a certain thing happen about 10-30 times without taking in too much memory/CPU?
View 7 Replies
Feb 16, 2012
I have created this user control.
Imports SAAQ.Utl.W00692BaseControle
Imports System.ComponentModel
Imports System.Web.UI.WebControls
Imports System.Web.UI
[code]....
However, the method Button_Click is never called when i click on of the button thatt his method handle. The specifics events arent raised.
View 1 Replies
Jun 1, 2010
Ok lets say i have a textbox with five ones. How do i make something happen for every 1 in the textbox?
View 2 Replies
Oct 22, 2009
how to make a button get clicked when a key is pressed. The key I want to press is ctrl and I want it to press Button1.
View 5 Replies
Mar 9, 2009
how to make an event happen when user presses a key ... let's say space or whichever...and the other thing - how to display a folder on my hard disk ("E:Music") in a ListView box in my program?
View 7 Replies
Oct 1, 2011
i'd like to know how to make an event happen when user presses a key ... let's say space or whichever...and the other thing - how to display a folder on my hard disk ("E:Music") in a ListView box in my program?
View 1 Replies
Mar 25, 2010
I am new user of Crystal Reports and experienced at using VS2008 (VB). I have a big gap that I have found no explanation on bridging. There must be some type of import process that I have been unable to find.
I built a report using SQL Server 2005 (Business Intelligence Dev Studio) and it works. I need to use the report in a VS2008 (VB) project. How do I get it into my VB project and call it? The SQL project creates a report with an .rdl definition file. I think the VB project requires an .rpt file. How do I import it into the VB project?
View 3 Replies
Apr 13, 2012
I created a Visual basic DLL in Visual Studio 2008 on my computer( not server). I want to copy this DLL to the server.I want web pages to call this DLL What do I need to install on the server (2003) to make this DLL work? I think I would need
MyClass.DLL
MyClass.pdb
MyClass.tlb
View 3 Replies
Jan 1, 2012
How may I correctly assign textboxes, dropdownlists & labels to appropriate fields, on successful retrieval of records via a SQL statement? I have 4 tables & therefore, the assigned data don't match the controls. (VS2008)
I have the following:
[Code]....
View 1 Replies
Apr 15, 2010
how to make the move from vb6 to vs2008 and while i was pleased to find alot of stuff intact i started migrating my lovechild project to the new enviroment. Immediately ran into a bunch of problems tho as some of the logic behind data hierarchies has changed alot it seems and its gonna take me some time to work it all out but right now id be happy if you guys could point out what im doing wrong here:
[code]...
its supposed to be your basic grab screenshot and stash it into picturebox thing but it isnt working, i did manage to copy a picture from 1 box to another tho which makes me think the second line is wrong or missing something?
View 12 Replies
Feb 17, 2010
Is it possible to use VS2008 to make an add-in for Office2000?
View 1 Replies
Feb 23, 2011
I want to create a setup which requires Microsoft SQL Server 2005 and .NET Framework 3.5. If this software isn't installed, the Setup should offer the user to install them now.
View 2 Replies
Sep 2, 2010
I want to make a program to copy files from the directory c:/program files/common files/apple/apple application support to c:/ And hide these files
View 1 Replies
Feb 4, 2011
Write code or use tableadaptors, bindingsources, dataset, etc.? I have experience with the older ways i.e. connection strings, ado code, sql, etc. but was hoping the newer tools in vs would make the user interface easier and more flexible. So far i have been disappointed. Am I wrong and I am missing something? Am I alone in this opinion or ? What is your past experience in VB and have you found vb.net to be a step forward in db user interface design? if your answer is yes then what is the easiest way to put a table record count into a text box? should i bypass all the new stuff/objects ( adaptors, binding sources, navigators, designers, etc) and just write code or what?
View 3 Replies
Jun 27, 2012
After developing using the Excel Interop with .Net for a while, i have become increasingly annoyed with the how many "odd things" happen - such as this question i posted earlier.
View 6 Replies
May 31, 2010
How to know if theres a changes happen in database?
View 10 Replies
Jul 25, 2010
I have a server which has around 300+ users on it. Though the problem is that its coded in VB6, and if somebody has a bad ping, everybody has a bad ping. I need a tunneling server which will tunnel the incoming and outgoing connections and make there ping appear to be 0 in the server. Client to Server, Server to Client.
View 1 Replies
Oct 12, 2009
I'm wondering what would happen if my program was used say, on a computer with a chinese keyboard? I assume the text box controls will be fine, but sometimes I compare english strings.. such as "!" and "@" and a few other things.
View 3 Replies
Sep 24, 2010
How to make clients on sql server i mean when i will install my application on clients how i will connect it with sql server?
View 6 Replies
Mar 7, 2009
I have a form with seven tickboxes - one for each day of the week - each one saved in my.settings.monday, my.settings.tuesday, etc Now I need to check if something should happen today and the code I'm using (below) seems very longwinded. Can anyone help 'tidy it up'?
If Now.DayOfWeek = DayOfWeek.Monday And My.Settings.monday = True Then
'do it
End If
[code]....
View 10 Replies
Mar 15, 2012
I get the following Error: when Using The program ... Didn't Used to happen before ...
This Is the Source Code :
Form2
Form1
I Have tried Different Stuff But none of Them work.
View 1 Replies
Oct 21, 2011
Strange problem: This code gives the appearance the I have 'Split' 1 button into 2 (B -> B(1) & B(2)) and then can 'Join' them back(B(1) & B(2) disappear and B returns). All this works fine, 'cept when I try to declare the only container where this can happen. The 'Control-S' part works as long as the lower portion is commented out, when I uncomment the lower portion 'Control-J' neither part works - the code skips down to the msgbox -
If e.Modifiers = Keys.Control AndAlso e.KeyCode = Keys.S Then
If DirectCast(sender, Button).Parent Is flp1 Then
MakeButton(sender.text & "(1)") 'sub that makes the button passing the text thru
[code]....
View 18 Replies
Sep 18, 2009
I have a website that i've been working on for about a year now.Recently, it's started throwing System.AccessViolationException every now and then, in my dev machine, mostly, when I was away from the machine.I haven't changed anything on the server code in weeks, since I've been working 100% on the Javascript part, and this error started appearing recently.
Also, the code I'm doing is 100% managed. I'm not doing any interop, calling strange DLLs, nothing. It's pure VB.Net, so I don't see how I could be generating one of these myself.Now, I've been using this new machine for a couple of months, and it's not working 100% right. Every 2 or 3 days I'm getting a blue screen for example. I haven't had time to diagnose it properly, but I'm suspecting I may have a faulty RAM chip.
[Code]...
View 4 Replies
Nov 6, 2009
I have an application in which i have a database .mdf file in directory which i use a connection string to give a path of to access it, which means without installing sql server i can access database. Connection string below to access this database(.mdf) which placed in the directory.
dim con as sqlconnection = New SqlConnection("Data Source=.SQLExpress;integrated security=true;attachdbfilename=|DataDirectory|Universal_data.mdf;user instance=true")
Now the question is that if i access this .mdf file without installing sql server, i also want to access to this .mdf file on other computer(client) after creating DSN or any other connectivity tool.
Let me know you that when i install sql server 2000 or 2005 i create SA user name and password which i use to create DSN on client computer and give SA username and password in the connection string that successfully works and client get access to sql server, connection string is below.
Dim serv = "MY-LAPTOP"
dim con as sqlconnection = new sqlconnection("Data Source=" & serv & ";Initial Catalog=clinic;Persist Security Info=True;User ID=sa")
I only need to know that my application access .mdf file without installing sql server works fine on a single computer, and i want to give access to this .mdf file on other clients without installing sql server on server computer (like i mentioned above paragraph) how will do it.....
View 1 Replies
May 2, 2011
I have made 2 application server/client. I want to remote the client from server for example if I press 1 then one action should happen in client, if 2 then another action should occur. How can I do it? I think I should use select statment
Select case a' a dim as integer
case Keys.1
frmmain.axwindowsMediaPlayer1.ctlcontrol.play()
end select
is this right ?
View 1 Replies
Apr 9, 2012
I'm attempting to create the sending path files from each rows of Datagridview to USB removable Drive. Below the code i''ve got from Shanks it's just show the name of usb drives but when i clicked on sendto not work.
[Code]...
View 6 Replies
Feb 28, 2011
I'm beginner on VB 2010 and I wanna write an app that can downloads file My question is: If it gives me 404 or 403 or whatever, I wanna let the app ignore that message, instead of a webexception error Note: I've already know how to download file with VB
View 2 Replies
May 18, 2012
I have this function I put together with help online and it works just fine until the program runs over night. I don't think it is night time that is the problem, just the long run time. I take bitmaps and place text on them then convert them to icons so that the image can be used on the system tray.
[Code]...
View 3 Replies
Feb 18, 2011
I am trying to make a copy of an existing database, I use .net framework data provider for SQL Server.I get error "Unable to connect to source server for Transfer" when it runs to oPackage.Execute().
oConnection = oPackage.Connections.New("what the providerID should be?")
oStep = oPackage.Steps.New
oTask = oPackage.Tasks.New("DTSTransferObjectsTask")[code]......
View 1 Replies