473,386 Members | 1,743 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

VB.Net - SQL - Read Wrire

Hello,

I have the following code:
================================================== ===
Public Sub LoadWriteNetworkDetails(ConnectString As String)

' Write the information to the table Inv_Network_Details_Custom
' the task is done with a Stored Procedure called
sp_Inv_Network_Details_Custom_update

ConnectString = "Initial Catalog=AeXNS3;Data Source=localhost;Integrated
Security=SSPI;"
Dim altirisConn As New SqlConnection(ConnectString)

Dim ntwrkInsCMD As SqlCommand = New
SqlCommand("sp_Inv_Network_Details_Custom_update", altirisConn)
ntwrkInsCMD.CommandType = CommandType.StoredProcedure

DataStore("Asset") = New AssetDataSet(w.Current("workitem_managed_object_id )
DataStore("Asset").BeginEdit

Dim myParm1 As SqlParameter = ntwrkInsCmd.Parameters.Add("@ResourceGuid",
SqlDbType.UniqueIdentifier)
myParm1.Value = New Guid (Datastore("Asset").Current.asset_resource_guid)

Dim myParm2 As SqlParameter = ntwrkInsCmd.Parameters.Add("@c1",
SqlDbType.NVarChar)
myParm2.Value = tbFAUNumber.Text

Dim myParm3 As SqlParameter = ntwrkInsCmd.Parameters.Add("@c2",
SqlDbType.NVarChar)
myParm3.Value = tbJackId.Text

Dim myParm4 As SqlParameter = ntwrkInsCmd.Parameters.Add("@c3",
SqlDbType.NVarChar)
myParm4.Value = tbAppMgr.Text

Dim myParm5 As SqlParameter = ntwrkInsCmd.Parameters.Add("@c4",
SqlDbType.NVarChar)
myParm5.Value = tbTitle1.Text

Dim myParm6 As SqlParameter = ntwrkInsCmd.Parameters.Add("@c5",
SqlDbType.NVarChar)
myParm6.Value = tbPhoneNumber.Text

altirisConn.Open()
ntwrkInsCMD.ExecuteNonQuery()
altirisConn.Close()

End Sub
================================================== ===
I would like to use the Guid of the cuurent asset to collect the information
FAU, etc... and display them. It seems I always create a new guid and does
not use the current one to collect the information.

--
Dominique
Aug 10 '06 #1
0 822

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Gunnar | last post by:
Hello, I've just written a CPP program that reads integers from a binary file, and used this code while (my_ifstram.read( (char* ) &number, sizeof(int)) { // do something with number } My...
11
by: Markus Breuer | last post by:
I have a question about oracle commit and transactions. Following scenario: Process A performs a single sql-INSERT into a table and commits the transaction. Then he informs process B (ipc) to...
12
by: Steven T. Hatton | last post by:
I know of a least one person who believes std::ifstream::read() and std::ofstream::write() are "mistakes". They seem to do the job I want done. What's wrong with them. This is the code I...
2
by: Sandman | last post by:
Just looking for suggestion on how to do this in my Web application. The goal is to keep track of what a user has and hasn't read and present him or her with new material I am currently doing...
4
by: Ollie Cook | last post by:
Hi, I am having some difficulty with read(2) and interrupting signals. I expect I am misunderstanding how the two work together, so would appreciate some guidance. I am trying to 'time out' a...
6
by: BBM | last post by:
I have an object that has a fairly complex construction sequence, so I have written a dedicated "factory" class that invokes the constructor of my object class (which does nothing but instantiate...
8
by: a | last post by:
I have a struct to write to a file struct _structA{ long x; int y; float z; } struct _structA A; //file open write(fd,A,sizeof(_structA)); //file close
1
by: Jose Reckoner | last post by:
I'm running python 2.3 on Windows XP. Anyone have a quick small script to convert .DT1 and .DEM data to ASCII or some other format? I don't need a viewer. Thanks!
0
by: phplasma | last post by:
Hey, I am currently attempting to implement a multi-threaded C# socket, using SSL (.pem file/certification/private key combo) server using Visual Studio C# Express. I have successfully made...
6
by: arnuld | last post by:
This works fine, I welcome any views/advices/coding-practices :) /* C++ Primer - 4/e * * Exercise 8.9 * STATEMENT: * write a program to store each line from a file into a *...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.