I am facing some problems in implementing my project and the problem is related to remote database connection i wanna connect three computers to one which contains my main database via remote oracle connection but i cant get the hang of it i am using oracle 11g any kinda help will be appreciated thanks
- Viewing Profile: Topics: Uzumakis
Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics
Community Stats
- Group Members
- Active Posts 17
- Profile Views 466
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
123
Neutral
User Tools
Contacts
Uzumakis hasn't added any contacts yet.
Latest Visitors
Topics I've Started
Database SQL
03 December 2012 - 01:20 AM
Hello Guys,
I am facing some problems in implementing my project and the problem is related to remote database connection i wanna connect three computers to one which contains my main database via remote oracle connection but i cant get the hang of it i am using oracle 11g any kinda help will be appreciated thanks
I am facing some problems in implementing my project and the problem is related to remote database connection i wanna connect three computers to one which contains my main database via remote oracle connection but i cant get the hang of it i am using oracle 11g any kinda help will be appreciated thanks
Simple String input problem
03 November 2012 - 12:11 PM
[source lang="cpp"]#include "stdafx.h"#include<iostream>#include<conio.h>#include<stdio.h>#include<string>#include<string.h>using namespace std;void main(){ string a,b; char dchoice='y'; do{ cout<<"PLease enter the string"<<endl; getline(cin,a); cout<<"Please enter the Second String"<<endl; getline(cin,b); cout<<"String one"<<a<<endl; cout<<"String two"<<b<<endl; cout<<"To continue please enter y"<<endl; cin>>dchoice; }while(dchoice=='y');}[/source]
okay i am trying to take the input of the two string the first time the loop iterates it take's the input accurately while the second time it misses the first input of the string can any one give me a solution and point me where i am going wrong
okay i am trying to take the input of the two string the first time the loop iterates it take's the input accurately while the second time it misses the first input of the string can any one give me a solution and point me where i am going wrong
Sound Based Security
28 August 2012 - 01:50 AM
Hello ,
I have been workin on the engine related to security machines and other small security application.Currently i have been workin on the RSA system enhancing it using some new security methods along with some new security engines like devil's eye which is incomplete right now i am currently stucked in developing a security system that is based on the frequency of the sounds and offcourse these frequency are generated from Japnese language but i am in the middle of nowhere..
So any help would be appreciated
Thanks
I have been workin on the engine related to security machines and other small security application.Currently i have been workin on the RSA system enhancing it using some new security methods along with some new security engines like devil's eye which is incomplete right now i am currently stucked in developing a security system that is based on the frequency of the sounds and offcourse these frequency are generated from Japnese language but i am in the middle of nowhere..
So any help would be appreciated
Thanks
- Home
- Viewing Profile: Topics: Uzumakis