Click here to Skip to main content
15,921,452 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Checking whether Excel is installed on the machine. Pin
Nicholas Cardi16-Apr-05 2:07
Nicholas Cardi16-Apr-05 2:07 
GeneralRe: Checking whether Excel is installed on the machine. Pin
Member 72343916-Apr-05 8:25
Member 72343916-Apr-05 8:25 
GeneralRe: Checking whether Excel is installed on the machine. Pin
Dave Kreskowiak16-Apr-05 11:21
mveDave Kreskowiak16-Apr-05 11:21 
GeneralRe: Checking whether Excel is installed on the machine. Pin
Member 72343916-Apr-05 11:40
Member 72343916-Apr-05 11:40 
GeneralRe: Checking whether Excel is installed on the machine. Pin
Dave Kreskowiak16-Apr-05 12:11
mveDave Kreskowiak16-Apr-05 12:11 
GeneralVoIP PBX system Pin
XenoTech15-Apr-05 16:31
XenoTech15-Apr-05 16:31 
GeneralRe: VoIP PBX system Pin
Claudio Grazioli16-Apr-05 9:54
Claudio Grazioli16-Apr-05 9:54 
GeneralHELP! Not Updating sql Database using Web Service Pin
UniBond15-Apr-05 12:04
UniBond15-Apr-05 12:04 
I'm having problems updating an SQL database from a web service. i think the problem is permisions although i could be wrong.

I'm pulling the data from the service into a datagrid, editing then sending back to update database, the data never changes.

im using VS to build the relevent dataAdapters conn etc

code....

Web service
'this is the call to receive the jobs from the service and this works fine
_
Public Function GetJobs() as JobsDataset<br />
dim ds as new JobsDataset<br />
JobsAddapter.Fill(ds,"Jobs")<br />
return ds<br />
end function


'ok once i've got the data i bind to a data grid, make some changes then send the dataset back.

'This is where the problem happens ,,, ive got error handling in the sub
' but it has no errors it steps through the code and every thing seems to work
' but the data is not updated
Public Sub UpdateJobs(ByVal dsJobs as JobDataset)<br />
If Not(dsJobs Is Nothing) then<br />
JobAdapter.Update(dsJobs)<br />
dsJobs.AcceptChanges()<br />
end if<br />
End Sub


Ive added ASPNET to the SQL Server and i think the permisions are correct but
im sure it's permisions thats causing the data not to b writen

any help would be great
GeneralHide Public Classes in UserControl Pin
RobDog88815-Apr-05 10:09
RobDog88815-Apr-05 10:09 
GeneralRe: Hide Public Classes in UserControl Pin
RobDog88815-Apr-05 11:43
RobDog88815-Apr-05 11:43 
GeneralComboBox DateTime Pin
mckundrath15-Apr-05 8:59
sussmckundrath15-Apr-05 8:59 
Generalcreate a shortecut in vb4 Pin
hjaycox15-Apr-05 8:29
hjaycox15-Apr-05 8:29 
GeneralRe: create a shortecut in vb4 Pin
Dave Kreskowiak15-Apr-05 14:25
mveDave Kreskowiak15-Apr-05 14:25 
GeneralRe: create a shortecut in vb4 Pin
Anonymous16-Apr-05 11:23
Anonymous16-Apr-05 11:23 
Questiondatagrid with checkbox ?????? Pin
sumit2115-Apr-05 7:31
sumit2115-Apr-05 7:31 
Questioncan i retrieve the primary keys of a table? Pin
sumit2115-Apr-05 7:28
sumit2115-Apr-05 7:28 
AnswerRe: can i retrieve the primary keys of a table? Pin
Nicholas Cardi15-Apr-05 12:57
Nicholas Cardi15-Apr-05 12:57 
GeneralRe: can i retrieve the primary keys of a table? Pin
sumit2116-Apr-05 0:31
sumit2116-Apr-05 0:31 
GeneralRe: can i retrieve the primary keys of a table? Pin
Nicholas Cardi16-Apr-05 2:05
Nicholas Cardi16-Apr-05 2:05 
GeneralRe: can i retrieve the primary keys of a table? Pin
sumit2116-Apr-05 3:49
sumit2116-Apr-05 3:49 
GeneralRe: can i retrieve the primary keys of a table? Pin
Nicholas Cardi16-Apr-05 5:07
Nicholas Cardi16-Apr-05 5:07 
GeneralRe: can i retrieve the primary keys of a table? Pin
sumit2116-Apr-05 17:16
sumit2116-Apr-05 17:16 
GeneralRead a MP3 Bite rate Pin
FastFriedMonkey15-Apr-05 6:07
FastFriedMonkey15-Apr-05 6:07 
GeneralRe: Read a MP3 Bite rate Pin
Anonymous16-Apr-05 11:37
Anonymous16-Apr-05 11:37 
GeneralDirectDraw in VB 6.0 Pin
timothyl15-Apr-05 6:03
timothyl15-Apr-05 6:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.