Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 089704318
  • Order by date
  1. 089704318

    Access control in datagrid

    Hi, I create a form with a datagrid . In datagrid I added one column and select its ColumnType as DataGridViewComboBoxColumn. I want to add data to this combobox but I don't know how to access it. Can you help on this matter? Thanks,
  2. 089704318

    How to check for valid email address?

    Hi all, If you know how to valid email address in C# please help to show me that? Thanks,
  3. 089704318

    C# and PosgreSQL

    Everybody, I was assigned to work on C# and PosgreSQL. Can someone help me to know how to call a PostgreSQL Function in C#? Thanks San
  4. 089704318

    PostgreSQL and C#

    Everybody, Can someone help me to know how to call a PostgreSQL Function in C#? Thanks San
  5. 089704318

    Run PostgreSQL function

    Thanks, I found the error here PostgreSQL did not allow uppercase. It now run well. However I faced another issue with Function return values. I don't know how to run the function by declaring OUT variable ...... 'how can I declare variable t_message. select function_name(char,char, OUT...
  6. 089704318

    Run PostgreSQL function

    Hi, My function is create or replace function getmessage(Message_id char,Form_id char,Language_id char) returns varchar as begin if not exists(select * from IACP_Message where mamessage=Message_id and maForm=Form_id and manngu=Language_id) return 'Message not exists!'; else return...
  7. 089704318

    Run PostgreSQL function

    I created a function in PostgreSQL and after that running it with Select statement. I always received the error " The function (unknown, unknown) is not existed." Can someone help me to identify the cause and way to solve it? Thanks,
  8. 089704318

    How to Connect Post Gres Database using ODBC Connection

    Thanks. It is really that. I connected the server now
  9. 089704318

    How to Connect Post Gres Database using ODBC Connection

    Hi, I follow the instruction in thread699-1119777 but I am fail. Here's my code: OdbcConnection connection = new OdbcConnection("DSN=PostgreSQL"); connection.Open(); I got error when openning the connection. However, I will not see that error if connecting with Postgres installed in my...
  10. 089704318

    How to connect C# to PostgreSQL

    All, Is there any sample source to show how to connect Visual C# to PostgreSQL Database? Thanks in advance
  11. 089704318

    Upsize Visual Foxpro Database to PostgresSQL

    Hi all, I was assigned to port VFP application to C# using PostgresSQL but I did not know how to move Foxpro tables to PostgresSQL. Please help to advice. Thanks,
  12. 089704318

    How to make Foxpro Security

    Hi all, Currently, My program was working with Visual Foxpro Database by sharing a network folder. It is unsafe because users can open the DBF to see the data. Is there any way to keep Visual Foxpro Data security? Thanks

Part and Inventory Search

Back
Top