What is a detailed query and how do I construct one?
I have the following code being used in a parameter: SELECT OU1.OU_CODE AS PROCESS_LEVEL , RTRIM(OU1.OU_CODE) || ‘ – ‘ || AD1.DEPARTMENT_NAME AS Description FROM ODS_OWNER.POSITION_ASSIGNMENTS PE1 JOIN ODS_OWNER.ADMIN_DEPARTMENTS AD1 ON PE1.DEPARTMENT_ID = AD1.DEPARTMENT_ID JOIN ODS_OWNER.ORGANIZATIONAL_UNITS OU1 ON AD1.OU_CODE = OU1.OU_CODE WHERE PE1.POSITION_LEVEL = 1 AND COALESCE(PE1.END_DATE, CAST(’01/JAN/1753′ AS DATE)) = CAST(’01/JAN/1753′ AS DATE) –PE1.END_DATE [...]
I was developing a software for my employer. I coded a function, saved all the work and went to take my lunch break. After I came back I tried to build the project and run the software but the software won’t build, VS gave a heap of reference not found errors. I had a lot [...]
Hello, i am working with vs2008 (web application) and I want to copy some content from an excel sheet and and using the clipboard i want to copy the contents in a gridview I have tried using Clipboard.GetDataObject() but no matter what ever i do it is always returning null so can anyone suggest me [...]
Ok so I’ve got these typedef structs: typedef struct { float objectTransformX; } Object; typedef struct { float lookAtZ; } SceneCamera; typedef struct { Object *Object; SceneCamera Camera; bool Active; } Frames; And I’ve got this class: class Scenario { private: int currentFrame; int fps; [...]
I’m using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I’m having a problem of inserting data into one of the tables in my database through my VB.NET application. I did successfully inserted data through my [...]
I want to create a application in browser which should have two frames in same page.When we click the link in 1st frame and the content should be obtained in another frame.Please reply ASAP.
hi, i’m new in VB.Net i’m creater 3 combobox in Microsoft Visual Studio .NET(Code VB), now i want combobox 2 or combobox 3 change when i choose combobox 1. 3 combobox must have diffirent value combobox 1(1,2,3) combobox 2(1,2,3) combobox 3(1,2,3) Thank for help.





