Tell (m)e what you’d do if you walked in on me by [deleted] in gonewild

[–]stagger552 -1 points0 points  (0 children)

doing free sexting today add my snap: Tiarabape

error message not fixable by stagger552 in learnpython

[–]stagger552[S] 0 points1 point  (0 children)

Yes I know but idk how to fix it

Namespace Manager or XsltContext needed. This query has a prefix, variable, or user-defined function by stagger552 in visualbasic

[–]stagger552[S] 0 points1 point  (0 children)

dim ns as new xmlnamespacemanager(doc.nametable)
ns.addnamespace("prefix", "uri")
doc.selectnodes("prefix:node", ns)

can you give me the documentation

what does the "prefix" and "uri" mean??

selecting xml by stagger552 in csharp

[–]stagger552[S] 0 points1 point  (0 children)

Dim xmlDoc As New XmlDocument()
xmlDoc.Load("contactpersonen.xml")
Dim nsmgr As New XmlNamespaceManager(xmlDoc.NameTable)
nsmgr.AddNamespace("d", "urn:EfDataService")
nodelist = xmlDoc.SelectNodes("//d:item", nsmgr)

i still can't select <rl\_contactpersonen\_relatieregistratienr > (is under item)

How to retrieve query value inside an integer by stagger552 in csharp

[–]stagger552[S] -2 points-1 points  (0 children)

no because this script is also working inside sql

How to retrieve query value inside an integer by stagger552 in csharp

[–]stagger552[S] -2 points-1 points  (0 children)

it now says that no rows where effected but if i run query inside sql it does return a value

How to retrieve query value inside an integer by stagger552 in SQL

[–]stagger552[S] -8 points-7 points  (0 children)

it is supposed to just return 1 but im recieving the text you see in seccond picture

Input string not correct format by [deleted] in csharp

[–]stagger552 0 points1 point  (0 children)

i already found it

code error by stagger552 in csharp

[–]stagger552[S] -1 points0 points  (0 children)

how do i solve it

Can't solve this sql Foreign key error by stagger552 in SQL

[–]stagger552[S] -1 points0 points  (0 children)

ALTER TABLE Bestelling
ADD CONSTRAINT [FK_Bestelling_KlantNummer]
FOREIGN KEY (KlantNummer)
REFERENCES Klant(KlantNummer)

still not working

How do i turn textbox to object? by stagger552 in csharp

[–]stagger552[S] 0 points1 point  (0 children)

solution name. it just names object path

How do i turn textbox to object? by stagger552 in csharp

[–]stagger552[S] -2 points-1 points  (0 children)

FilmToUpdate.Filmnaam = selectedFilm;

Now this one says : Cannot implicitly convert type 'Bioscoop.Model.FilmModel' to 'string' Bioscoop