C# .NET - username and password are incorrect in pgsql
Asked By avula
03-Feb-12 06:12 AM
hi,
username and password are incorrect in pgsql
????????????
please help me
dipa ahuja replied to avula
Are you talking about Sql Server management studio?
You can login there with . or just (local) and with the windows Authentication.
avula replied to dipa ahuja
the database in postgres sql , please help me , thanks in advance.

Remote Connection in Pgsql Hi Every One, i need to connect a remote connection in pgsql please help me thanks in advace. . You need to open file called / var / lib / pgsql / data / pg_hba.conf. Login as postgres user using su command: $ su - postgres $ vi / var / lib pgsql / data / pg_hba.conf Now append following line. Let us say you would like to give faq / postgresql-remote-access-or-connection / You have to enable to accept remote connection for PGSQL By default for security reasons it is disabled Here are the detailed step by step NET-application-An-intr Regards Hello Friend. You need to edit two files to access pgsql remotely. postgresql.conf (listen_address) and pg_hba.conf (self documenting and sorta obvious). You may also away by some intervening router. hope this helps you!! Regards D order to access the pgsql database remotely, you need to make following changes in the server. 1) Open the Port 5432
Get data Persecond from database. Hi Every One, I have this fields in my database Time_of_Entry, Employee_name, Designation data is like this:- 12-01-2012 31:00:00 ABC Software 00:00 BBC Software Tester 12-01-2012 31:00:00 XYD Software Analyst = = = = = = = = = = = = = = this database in pgsql , there are many software-programs runs from many locations add the records into remote database per second basis. = = = = = = = = = = = = am developing one windows app that can show this data in datagridview per second basis, for that i did when app stated its shows whole data from database and timer change every second i need to show those records which recently added in database, please help me for this. . thanks in advance. . hello friend do in this way, is datatable please help me thanks in advance. . . Create New Account keywords: Get, data, Persecond, from, database. description: Hi Every One, I have this fields in my database Time_of_Entry, Employee_name, Designation data
procedure A stored procedure is a program (or procedure) which is physically stored within a database. They are usually written in a proprietary database language like PL / SQL for Oracle database or PL / PgSQL for PostgreSQL. The advantage of a stored procedure is that when it is run, in response to a user request, it is run directly by the database engine, which usually runs on a separate database server. As such, it has direct access to the data it needs to manipulate and executed at run time. Stored procedures are stored in parsed and compiled format in the database. Functions cannot affect the state of the database which means we cannot perform insert, delete, update and create operations on the database. Stored
sto iniziando un nuovo progetto di un gestionale che deve permettere l'uso di diversi database. In fase di configurazione del programma l'utente pu? decidere che tipo di database usare. Non c'? la necessit? di usare contemporaneamente database differenti. Diciamo comunque SQL Server, MySQL, Oracle, Access. . . L'idea ? quella di astrarre le interrogazioni che il software far? dal tipo di database. Come fare? Per ora con Visual studio 2008 ho creato tramite il Designer il DataSet creare mi ? stato fornito su Access). Con un form di prova riesco ad aggiornare il Database senza problemi. Come fare per? a scollegare il software dallo specifico database? L'idea mia sarebbe quella di creare una classe con delle sottoclassi specifiche per ogni 0100, TheDog ha scritto: Secondo me poi il problema rimane gestire l'SQL specifico del database, e usare solo il generico spesso vuol dire avere pesanti limitazioni, e tornare a far modifica 3 - posso utilizzare questo DataSet per creare le tabelle sul mio DB? oppure il database deve avere gi? lo schema delle mie tabelle? grazie Bo - Andrea ora mi documento. . . se