Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for awo

Is it possible to create a trigger on a synonym on a database Links

0
53
Member Avatar for awo

i am trying to simulate an alert for transaction being done on a bank account as my project but the person i asked to help me told me that using flexcube all i need is to execute the code below it would create a table OUTMESG which my own code. …

Member Avatar for debasisdas
0
306
Member Avatar for awo

I have a poor background in database design. i have only heard of distributed database once now i am meant to write a project on it(managing distributed database system) and also to create a sample application that manages a database for an organisation with distributed branches (making use of distributed …

Member Avatar for slyzius
-1
744
Member Avatar for awo

I just started using both PHP and MYSQL and i have this SQL statement that get record from three tables ie [CODE]Select name,age, datejoind, active, avrage_time_in,avreagework_duration from Personalrecord Union Activestaff Union Timetable[/CODE] but i need to be able to get a the list of Returnd field name into a PHP …

Member Avatar for diafol
0
189
Member Avatar for awo

Is it possible to get the columns name from a select statement involving more than two table. eg [CODE]SELECT a.field1, a.field2,b.field3,c.field4 FROM a,b,c WHERE a.field1 = b.field1 and a.field1 = c.field1 [/CODE] is there a mysql statement that returns a record set containing field1, field2, field3, field4 that can be …

Member Avatar for hielo
0
124
Member Avatar for awo

I am developing an application an am intrested in having to be able to backup and restore the full SQLServer database from the front end. i have succesfully done the the back up module using the code below [ICODE] Try Using dc As New SqlClient.SqlConnection(My.Settings.TRONICALConnectionString) dc.Open() Using dcom As New …

Member Avatar for samir_ibrahim
0
134
Member Avatar for awo

I have problem with using reports (Not Crystal report) that came along with MS visual Studio (dot net) Like 1. I can not set the value of a text box from my code which is program code (at run time) 2. I can change the value of a Report parameter …

0
71
Member Avatar for bhob

Am sorry I may not be of full help now cause am also new i JAVA but let me give you the algorithm that came to my mind on this [ICODE]import java.util.Stack;[/ICODE] read all the mathimatical equation into a String variable say [TEX]mathString[/TEX] convert the String to array of character …

Member Avatar for verruckt24
0
193
Member Avatar for awo

Is there any class in java or a package that one can use to manage IP configuration. I mean i was planing to develop a cafe timing application that allows people to bring in there computer system and it will not allow the client system to browse when their time …

Member Avatar for ~s.o.s~
0
363
Member Avatar for raija09

the second problem seems to be ok by me to run the code simply use javac TestGreeting.java then java TestGreeting it should run with out any problem

Member Avatar for stephen84s
0
155
Member Avatar for awo

I have the privilege of desiginging a J2ME game but i was tyring to see if it was possible to connect two or more mobile device using bluetooth so that instead of playing aginst the system, the player would be able to play against another person and i could not …

0
85
Member Avatar for Caled

if i where to go by these i'll declear a an object of type JFreame lets call the object form ie [code] JFrame form; [/code] in all the three class then i'll have a method that have a sructure like the one below in each classes [code] public void showMe(JFrame …

Member Avatar for Caled
0
187
Member Avatar for awo

am still hoping on some thing, the reason for the project password authentication without data base is to circumvent the security issue of password verifier being stolen on the server which can still make the adversary to implicate a rightful user i have an idea but the only problem i …

Member Avatar for jwenting
0
140
Member Avatar for awo

i have a project on password authentication, and i have simulated and already implemented two very secure algorithms but i also need any body who could assist me with developing a password authentication technique that would not need any database for storing the database and it will not need any …

Member Avatar for awo
0
125
Member Avatar for Steven_C

before you move to the API i guess you need to really get a hold on what an array is, if i may put it in any way an array is just a contiguous memory for similar data types and almost all programming languages support array in java you have …

Member Avatar for jwenting
0
139

The End.