Skip to main content
Home
Live to Learn!

Main navigation

  • Home
  • Learn
    • FoxPro
    • MS-DOS
    • C PRG
    • Java
    • ASP
    • Ruby on Rails
    • ASP.NET
    • E-Books
    • Exam Preparation
    • Tools
  • Blog
  • Forums
  • Contact
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Programming

Desktop Programming

Description

C, C++, VB, VB.NET, JAVA etc.,

By Divya , 28 June, 2013

Unable to rename a database in MS SQL Server Management Studio

I am using MS SQL server 2008, unable to rename a database... I closed all the applications. But could not able to rename. 
The error message appears as 

TITLE: Microsoft SQL Server Management Studio

------------------------------

Unable to rename testdb1. (ObjectExplorer)

------------------------------

ADDITIONAL INFORMATION:

Rename failed for Database 'test'.  (Microsoft.SqlServer.Smo)

Forums
Desktop Programming
By Divya , 26 May, 2013

Difference between Compiler, Linker, Loader

What are the assemblers, compilers, linkers, loaders, interpreters? What are the differences between them?

Forums
Desktop Programming
By ArunShah , 9 January, 2013

foxpro 2.6 in windows 7

pls help me how to install foxpro 2.6 in win 7 
and i want to learn how to view data base. ?

Forums
Desktop Programming
By Karthik , 1 April, 2012

Difference between Image and Picturebox in VB

What is the difference between Image Control and Picture Box control in Visual Basic (VB) ?

Forums
Desktop Programming
By Anonymous (not verified) , 23 January, 2012

Fox pro error unrecognized pharse/keyword

I want learn foxpro 2.5 for dos programming.
I have done some programs but it is not working correctly.
I have given under the details:
program name: 861add

SET STATUS OFF
SET TALK OFF

@ 5,5 TO 70,60 CLEAR
@ 5,5 TO 70,60 DOUBLE

Forums
Desktop Programming
By Karthik , 9 January, 2011

C Program help

chisom Wrote: Hi Everyone,
Can you give me some good Example?
This Example will print the Hello without using printf.
It is possible.
Can you help me?

You can use putc() function instead of printf().
e.g.
putc("Enter your name: ");

Forums
Desktop Programming
By Karthik , 9 January, 2011

Swap two variables

stuartjems Wrote: Hey all
I have one problem and i am trying to find solution of that .
"swap two variables without using third temporary variable"
If anyone know then please let me know!

Following methods available:
I had tested some of the methods below in C, C++.
But, nothing works in vb.
1)
a^=b^=a^=b

2)
a = a # b
b = a @ b
a = a @ b
(Not works in C)
3)
In Ruby
a,b = b,a
4)
In PHP
list($a, $b) = array($b, $a);

5) javascript
[a, b] = [b, a]

Forums
Desktop Programming
By Karthik , 9 January, 2011

Difference Between C++ and Java

C++ is developed for system programming. So C++ will be used to hardware programming. Java was created initially to support network computing. Java is a statically typed object-oriented language that uses a syntax similar to C, but is not compatible with it.

C++ exposes low-level system facilities.
JAVA runs in a protected virtual machine (JVM) only.

To know the complete difference go to the following link:
http://en.wikipedia.org/wiki/Comparison_of_Java_and_C%2B%2B

Forums
Desktop Programming
Desktop Programming

Featured Blog Posts

Convert Currency in Number to Words (Indian Rupees) - MS Excel
Foxpro Tutorial and Programs
Convert Currency in Number to Words in MS Word
Convert Currency in Number to Words (Indian Rupees) - Version 2
Best way to Use Rupee Symbol in Windows – Easy steps
Convert Currency in Number to Words - MS Access
Creating All in One Windows XP DVD with all Important Applications
RSS feed

© 2009-2025 Live to Learn.In

Terms of Use | Privacy Policy