Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~288 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for codex89

Why i am getting this error ERROR at line 5: PL/SQL: SQL Statement ignored Here is my code CREATE OR REPLACE PROCEDURE SELECT_VEHICLE_VEHICLE_TYPE (vehicletype IN VARCHAR2, vname OUT VARCHAR2, vtype OUT VARCHAR2, efirstname OUT VARCHAR2) AS BEGIN SELECT v.V_NAME INTO vname,v.V_TYPE INTO vtype,e.E_FIRST_NAME INTO efirstname FROM VEHICLE_TABLE v INNER JOIN …

Member Avatar for thines01
0
137
Member Avatar for codex89

Hey i am trying to customize the expander control in wpf.When i compile and run the application the expander does not expand.All other styles are implemented only it does not expand.It should show a ListBox when expanded. here is my code <Style x:Key="ExpanderStyle" TargetType="Expander"> <Setter Property="Header" Value="DashBoard"/> <Setter Property="Width" Value="170"/> …

0
59
Member Avatar for codex89

Hi Guys.I am developing a transport management system in wpf using mvvm pattern.Its a distributed software and i have heard that i would have to use Wcf.Are there any alternatives or is there any need of using Wcf?

Member Avatar for Ketsuekiame
0
92