Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# - Add and Update Records
Message
 
To
11/04/2008 15:52:23
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01309187
Message ID:
01310071
Views:
35
>>>Hi Kevin,
>>>
>>>>When I try to create a connection to SQL in VS through the Server Explorer, I get
>>>>
>>>>"Unable to add data connection. The DataConnectionDialog could not be initialized."
>>>>
>>>>Can you provide an example of creating a Typed Dataset manually?
>>>>
>>>>Thanks
>>>>
>>>
>>>Right click on the project and click on add, New Item. Then choose the DataSet from the templates. After you create the dataset this way, you can right click on the visual represntation in the designer and pick Add Column. Name the new column to match your data field and set the type in the properties sheet. I do them all this way and you would want to know how to get around in this so you can make the needed changes as they occur in your dataset.
>>>
>>>Tim
>>
>>I added a new dataset from the Templates. The DataSet Designer appeared. It's prompting me to drag items from the Server Explorer or the toolbox. There is no right-click option to Add Column.
>
>Sorry Kevin I missed a step. Once you have an empty designer, just right click on it somewhere and pick add DataTable. Then after the table is created, right click on its header and pick add DataColumn.
>
>Tim

I just found that. Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform