Hopefully someone can help we with this. I keep getting this error. I read different things in different places and none have helped. I already tried deleting the file, with no luck. I read somewhere it might be the XML. Can some one look this over to see if there is a problem with it please...
Is there a function or object that tells you the time it took the application to execute?
I have a application that is updating data and moving files and need to know the total time to exectue.
/cry
/help
[viking2]
LVL 60 ROGUE
Is there anything besides System.DateTime.Now.Month,
that will give me a 2 digit month? This only gives me 1 digit. I could write a function easily but being new to C# wanted to make sure .net did already do it for you. Already did that once and kicked myself for an hour.
/cry
/help...
How do i pass a parameter to a custom control?
I have a custom viewer control when the viewer loads I want it to display whatever image is passed to it. Right now I have it working where when the control is loaded a default image is displayed.
This is a code block from my control
GetFile()...
This is a question about the best way to do something.
I made a control, in the control if you click a certain button it pops up a form with some information.
Now I got it to work by creating the form and publishing it and then in my control referencing the exe. But I wonder if this is the...
Ok still kind of new to C# and .net in general so this is a really beginner question. I understand Inheritance, just not sure how I would use it for my problem.
I created an image viewer(form1). I want to be able to put that viewer on other forms, say a personal information(form2) or a CS...
I need to convert a PDF to a TIF image. Can anyone point me to where I might learn how to do this or even a good control to buy?
/cry
/help
[viking2]
LVL 60 ROGUE
Ok really new to asp.net
I think I understand the whole datagrid and dataview. But I just can not seem to get one thing.
In classic ASP if I wanted to put a certain value from a database I would put something like this
<%=rscustomers("CustomerID")%>
And I could put anywhere I wanted. In a...
From the following table.
ID ColA ColB
11 55 FL
11 56 CA
11 898 FL
11 54654 YY
11 565 FL
44 1356 FL
44 2 CA
44 5655 XX
How would I get the following result
ID ColB
11 FL
11 YY
I want to get all the IDs that have...
Not sure if this is possible, I need to update 3 columns. My current query is below.
UPDATE TableA
SET ColumnA=Value
ColumnB=Value
FROM TableA A
INNER JOIN TableB B ON A.tableid = B.tableid
WHERE A.column = 'something' AND
b.column = 6
Column A and B are in Table A the third...
How would I optimize the below query so it would not lock the table?
Delete from tableA where tableAid = 12345 OR tableAid = 54321
/cry
/help
[viking2] Sergeant Warkois
LVL 53 Paladin
I have an update query. That takes a group of documents and marks them as approved.
UPDATE documents
SET Approved = 1,
Imported = 1,
ApprovalDate = getdate(),
ApprovedBy = 'JOE',
FROM documents d
INNER JOIN customers c
ON d.customerid = c.customerid
WHERE d.tempid ='AUTOPOST'...
I am not sure going about doing this. In my proc I need to update a table the only thing is sometimes its a single update and other times it is a multiple update so basically I need to merge these 2 togther and am not quite sure how to do it.
update tableA Set CustomerInfo = Getdate() Where...
I am pretty new to dealing with pervasive. Someone tell what this error means.
[Pervasive][ODBC Client Interface][LNA][Pervasive][ODBC Engine Interface][Data Record Manager]The data buffer parameter is too short(Btrieve Error 22).
I need to make the bold number dynamic. The query works fine. The problem is when I pull the data gets pulled, the javascript on this third party software does not like the ending spaces (The tracking numbers vary in length). If the software was ours I could fix it on that end but that is not an...
I have Temp table A that looks something like this
Customerid Notes CreateDate
12345 FEDEX #123456789 4/7/2005
12377 Customer complained 4/7/2005
I also have another permanent table B that looks something like this
Customerid Notes...
I posted this in the pervasive forum but wanted to post it here in case someone had the same issue in this forum and was able to help me.
Im trying to pull data from a pervaive table via a DTS in SQL Server. The query below returns data in the pervasive control center but when I try to run the...
Im trying to pull data from a pervaive table via a DTS in SQL Server. The query below returns data in the pervasive control center but when I try to run the DTS it does not return anything. I think it is because it reads the date as a string not as a date. (I had that problem in a page I was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.