C Questions and Answers

Recent IT Questions

21 - 40 of 95

This Lotus Notes View is obsolete and requires missing field list

When calling NIFOpenCollection, for certain views I am getting the error ID which after conversion with OSLoadString is "This view is obsolete and requires missing field list. Please edit and re-save the view." So, how to solve this issue? Is there any way to refresh, re-save view in program?

View Answer   |  Feb 24 2009  8:06 AM GMT
Lotus Notes View, C, Lotus Notes
asked by Sppradip

  70 pts.

C# - ComboBox with ADO.NET

A combobox is provided in the form and i wan to display a particular column from athe table in the database(sql). and when i select this particular data corresponding rows should be displayed in the textboxes provide. How should I write the code in C#.

View Answer   |  Feb 24 2009  1:47 AM GMT
C, ADO.NET, ComboBox
asked by 1626

  5 pts.

Indication of new arrival of message using AT+CNMI command in c#.net

Hello Sir.. I've a problem using AT+CNMI Command.I don't which how to give it in a code.I gave at+cnmi=1,1,0,0,0 then the result is OK and it will not give the possition of the new sms.How can I solve this problem.Thank You in advance

Answer Question   |  Feb 12 2009  3:14 AM GMT
AT command set, C#.NET, AT+CNMI command
asked by 9995595347

  35 pts.

AT Command for receiving an SMS from GSM modem using C#.NET

Hello.... I've a problem for receiving sms from GSM modem.Sometimes sms can be retrieved without any problem(if executing code step by step using f11 key)otherwise I don't get all message.

Answer Question   |  Feb 12 2009  3:07 AM GMT
C#.NET, AT command, GSM modem
asked by 9995595347

  35 pts.

Converting date time in C#

hi all, I have a column called WBsstartdate (storing dates), that has been created as a Varchar data type. If I run a convert on the table, my date comes out in the right format. (Eg: 2006-04-03 00:00:00). This is fine. However when I run this date as an sql query in a programme in C#, and save...

Answer Question   |  Feb 3 2009  8:07 AM GMT
SQL, VARCHAR, C
asked by Zubairm76

  5 pts.

How to print the wait reasons for processes

If many processes are waitint in kernel for different reasons,how can I get the info for which the process is sleeping in case of linux?? programming language should be C

Answer Question   |  Jan 23 2009  5:29 AM GMT
Linux, C, Linux Process Table
asked by Cprogrammer09

  10 pts.

DateTimePicker set Time boundary

I have a datetimepicker control which is set to display time in hh:mm format. The format property is set to custom and the ShowUpDown setting to True. Is there any way I can set the lower limit of time in the control to 8:00 AM from 5:00 PM? Any suggestions will be great appreciated. Thanks.

Answer Question   |  Jan 10 2009  3:41 AM GMT
C, .NET Framework 2.0, .NET
asked by Cus129

  5 pts.

CMake - Automatically regenerate a file using an external tool and custom target upon "make"

Hi. I'm working on a project and I use cmake for generating "projects", that is, under Linux, a Makefile. I also use an external tool (re2c) to generate the scanner, and an included tool to generate the parser (lemon, part of sqlite). The problem is I need to "cmake" every time I change something...

View Answer   |  Dec 5 2008  11:01 AM GMT
Linux, C, Makefile
asked by OriginalCopy

  30 pts.

Have you tried XVT Cross Platform Studio 2008?

Is anyone aware of XVT? You can build C/C++ applications and compile the single source on any of 14 platform/OS combinations (windows, mac, unix, linux). Anyone tried it free? Anyone using it? www.xvt.com

Answer Question   |  Sep 8 2008  9:58 PM GMT
C, GUI, UI
asked by EnPassant

  5 pts.

Help needed implementing DHCP Relay Agent

I am very new to networking but I know the basics. Now I am really interested to know how I can implement DHCP relay in C language for one of our client's switch. That is my first project. My strengths include C, Unix and the basics of networking. Can someone point me in the right direction on...

View Answer   |  Jul 30 2008  7:15 PM GMT
C, DHCP, Switches
asked by NetworkingATE

  1405 pts.

c programming

is there an error in this snippet if there is debug it for errors. int sum=0;i;2 for(i=10;j>=1;i=2); { sum+=j%i j+=3; } print("total accumulated sum=sum);

View Answer   |  Jul 24 2008  1:09 AM GMT
C, Debugging
asked by Wizzyl

  5 pts.

Converting RPG3 to C

Does anyone know of a tool that converts RPG3 Source code into C or C#? We are hoping to do this with minimal re-programming.

View Answer   |  Apr 30 2008  5:33 AM GMT
C, RPG, C#
asked by JulieITAZ

  5 pts.

Datagrid with dropdownlist

Hi, I am using a datagrid wtih dropdownlist(ddl) and edit option with in it.once i enter data using ddl, its values get stored in the database.now i want that values to be unchanged whenever the same row edit option is loaded.i want them to be read only.All i want is to make dropdownlist read...

Answer Question   |  Apr 9 2008  8:03 AM GMT
C, DropDownList, DataGrid
asked by Jav

  5 pts.

Microsoft SQL 2005 Networking

Hi I'm a software developer and i use Visual C# 2005 and Microsoft SQL 2005 to create my desktop applications my application is a software will be installed in to client machines as 2 home PC and i want to make the two software's connect throw Ethernet to my database which it located on one of...

View Answer   |  Apr 9 2008  7:53 AM GMT
C, SQL Server 2005
asked by M2000

  15 pts.

how to compare 2 dates == x day and delete the file

hi, do any one know how to compare the 2 dates.comparing today's and the file created date using mysql and c# here is my program but i am stuck string ConnectionString = "server=localhost;user id=name;password;persist security info=True;database=name of database;"; using...

Answer Question   |  Mar 13 2008  9:26 AM GMT
C, MySQL
asked by Blue

  50 pts.

How can I learn more about Java and scripting languages?

I got my bachelor's degree in electronics and communication engineering and continued to get my master's in networking. When I started applying for internships, I found that most of the companies require Java, C, C++, Perl, HTML and Visual Basic, but I only have C and a little bit of C++...

View Answer   |  Mar 12 2008  7:59 PM GMT
Networking, Programming Languages, Visual Basic
asked by NetworkingATE

  1405 pts.

how do i display session id on the web

hi, I am doing a login page with mysql and asp.net/c#. I would like the program to run in the following sequence. 1. the user login 2. the login page will search through mysql database, 3. when it is Authenticate, it will allow the user to access. my concern now is how to you use the session id to...

View Answer   |  Feb 26 2008  9:38 AM GMT
C, ASP.NET, MySQL
asked by Blue

  50 pts.

Membership login with mysql

hi, i doing a login program which will be using mysql. I would like to how do i do that, I have done a little but i am stuck half way can anyone help? protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { MySqlConnection conDatabase = new...

View Answer   |  Feb 21 2008  1:36 AM GMT
C, ASP.NET, MySQL
asked by Blue

  50 pts.

Segmentation Fault (core dumped) C program

Hi!.. I'm new to this, and sorry if this has been a mistake... Anyway my problem is this. I am finishing a project which utilizes a client-server mode of computing. Its basically somewhat a time manager implemented on LInux environments specifically Ubuntu LInux. The server is web-based which...

View Answer   |  Feb 20 2008  6:26 AM GMT
Linux, C, Perl
asked by CodeBreaker

  5 pts.

asp.net/c# session timeout

hi , I am currently doing a login page. I would like to prompt the user by create a pop out text when the session is ending soon. After that the page will be redirected to the login page. can anyone help me with that. the following is my program. protected void Page_Load(object sender, EventArgs...

View Answer   |  Feb 12 2008  6:40 AM GMT
C, ASP.NET
asked by Blue

  50 pts.

21 - 40 of 95